The direct-sqlite package
This package is not very different from the other SQLite3 bindings out there, but it fixes a few deficiencies I was finding. It is not as complete as bindings-sqlite3, but 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. Version 1.1 adds the SQLite amalgamation file (version 3.7.5) to the project, so that there are no external dependencies.
Properties
| Versions | 1.0, 1.1 |
|---|---|
| Dependencies | base (≥4.1 & <5), bytestring, utf8-string (≥0.3.5) |
| License | BSD3 |
| Copyright | Copyright (c) 2009 Dan Knapp |
| Author | Dan Knapp |
| Maintainer | dankna@gmail.com |
| Category | Database |
| Home page | http://www.dankna.com/software/ |
| Bug tracker | http://www.dankna.com/issues/create/ |
| Source repository | darcs get http://dankna.com/software/darcs/direct-sqlite/ |
| Upload date | Thu Feb 10 19:07:26 UTC 2011 |
| Uploaded by | IreneKnapp |
| Built on | ghc-7.0, ghc-7.2 |
Modules
- Database
Downloads
- direct-sqlite-1.1.tar.gz (Cabal source package)
- package description (included in the package)