BSD-3-Clause licensed by Irene Knapp
Maintained by Joshua Chia
This version can be pinned in stack with:direct-sqlite-2.3.29@sha256:6ff3969a6eae383c8a9ab093abfee7f7b0ed76dab045c984a1497b7e1d71279d,4180
Depends on 3 packages(full list with versions):
Used by 1 package in nightly-2024-04-19(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.