direct-sqlite

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

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

Version on this page:2.3.23
LTS Haskell 22.14:2.3.29
Stackage Nightly 2024-03-28: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 Janne Hellsten
This version can be pinned in stack with:direct-sqlite-2.3.23@sha256:76abd41acb008aed2be75aaafaa4cd669b2bea63dea9d1fc767d586acafaf5ae,3269

Module documentation for 2.3.23

  • Database
    • Database.SQLite3
      • Database.SQLite3.Bindings
        • Database.SQLite3.Bindings.Types
      • Database.SQLite3.Direct
Used by 2 packages in nightly-2018-07-20(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.