CardanoSolutions / direct-sqlite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Low-level SQLite3 bindings for Haskell

Build Status Hackage

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.

For contribtions, please read contributing guide before sending PRs.

Contributors

About

License:MIT License


Languages

Language:C 98.4%Language:Haskell 1.6%Language:Shell 0.0%