direct-sqlite-2.3.26

Synopsis

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

Description

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.

Author

Irene Knapp <irene.knapp@icloud.com>

Maintainer

Sergey Bushnyak <sergey.bushnyak@sigrlami.eu>

License

BSD3

Source
Timestamp

Revisions

None

Dependencies
library direct-sqlite:
  • ["base >=4.1 && <5","bytestring >=0.9.2.1","semigroups >=0.18 && <0.20","text >=0.11"]
test-suite test:
  • ["base","HUnit","base16-bytestring","bytestring","direct-sqlite","directory","temporary","text"]