Popularity
9.1
Declining
Activity
6.7
-
35
7
53

Code Quality Rank: L3
Monthly Downloads: 562
Programming language: C
License: BSD 3-clause "New" or "Revised" License
Tags: Database    

direct-sqlite alternatives and similar packages

Based on the "Database" category.
Alternatively, view direct-sqlite alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of direct-sqlite or a related project?

Add another 'Database' Package

README

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](CONTRIBUTING.md) before sending PRs.

Contributors