Skip to content

Tritlo/duckdb-haskell

Repository files navigation

duckdb-haskell

duckdb-ffi

Available on Hackage This library provides an FFI for the DuckDB C API.

Generated from duckdb.h, and includes a test suite that touches all functions from the FFI.

Tested with DuckDB 1.4.0, 1.4.1.

Note that you must also install libduckdb, via

https://duckdb.org/install/?platform=linux&environment=c&architecture=x86_64.

Note that installing duckdb itself is not enough.

duckdb-simple

Available on Hackage

A library in the style of sqlite-simple and postgresql-simple, including FieldParser, RowParser etc. Also allows registering Haskell functions as scalar functions in duckdb, similar to sqlite-simple.

About

Haskell bindings for DuckDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages