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.
Release history:
- Version 2.2.1
- Bump down text library version to match with the latest Haskell Platform.
- Version 2.2
- actually does what version 2.1 claimed to, since the author made a mistake with git.
- Version 2.1
- improves handling of invalid UTF-8 and changes error handling to be more complete. It also adds a build flag to build against the system sqlite instead of the bundled one, optionally (disabled by default).
- Version 2.0
- uses Text for strings instead of String.
- Version 1.1.0.1
- switches to the Faction packaging system and makes no other changes.
- 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, 2.0, 2.1, 2.2, 2.2.1, 2.3, 2.3.1, 2.3.2, 2.3.3, 2.3.3.1, 2.3.4 |
|---|---|
| Dependencies | base (≥4.1 & <5), bytestring (≥0.9.2.1 & <1), text (≥0.11 & <1) |
| License | BSD3 |
| Copyright | Copyright (c) 2012 Irene Knapp |
| Author | Irene Knapp <ireney.knapp@gmail.com> |
| Maintainer | ireney.knapp@gmail.com |
| Category | Database |
| Home page | http://ireneknapp.com/software/ |
| Bug tracker | https://github.com/IreneKnapp/direct-sqlite/issues/new |
| Source repository | git clone git://github.com/IreneKnapp/direct-sqlite.git |
| Upload date | Sun Oct 21 16:26:59 UTC 2012 |
| Uploaded by | IreneKnapp |
| Built on | ghc-7.6 |
Modules
Downloads
- direct-sqlite-2.2.1.tar.gz (Cabal source package)
- package description (included in the package)