direct-sqlite

Low-level binding to SQLite3. Includes UTF8 and BLOB support.

https://github.com/IreneKnapp/direct-sqlite

Version on this page:2.3.28
LTS Haskell 22.17:2.3.29
Stackage Nightly 2024-04-14:2.3.29
Latest on Hackage:2.3.29

See all snapshots direct-sqlite appears in

BSD-3-Clause licensed by Irene Knapp
Maintained by Joshua Chia
This version can be pinned in stack with:direct-sqlite-2.3.28@sha256:5a15e0aab76d5642f46ffeba8c9cc585365467a82b6b7b1e10520c229c038fa5,3702
Depends on 3 packages(full list with versions):
Used by 1 package in nightly-2023-04-01(full list with versions):

This package is not very different from the other SQLite3 bindings out there, but it fixes a few deficiencies I was finding. As compared to bindings-sqlite3, it is slightly higher-level, in that it supports marshalling of data values to and from the database. In particular, it supports strings encoded as UTF8, and BLOBs represented as ByteStrings.