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

[ bsd3, database, library ] [ Propose Tags ]

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.

Release history:

Version 2.3.6
Re-apply the stat64 hack after upgrade to the bundled SQLite3. Oops!
Version 2.3.5
Add support to compile bundled SQLite3 with full-text search. Upgrade bundled SQLite3 to 3.7.17.
Version 2.3.4
Work around a linker error on some systems; add column-name reporting.
Version 2.3.3.1
Upgrade bundled SQLite3 to 3.7.15.2.
Version 2.3.3
Add trace support, as a feature for debugging.
Version 2.3.2
Add execPrint, execWithCallback, and interruptibly functions. Add bindings for sqlite3_last_insert_rowid and sqlite3_changes. Change the Show instance of the Utf8 newtype to better match the IsString instance.
Version 2.3.1
Upgrade the bundled SQLite3 to 3.7.15. Add bindings for sqlite3_interrupt. Export Int rather than CInt.
Version 2.3
Mark some FFI calls "unsafe", for a substantial performance benefit.
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.

Flags

Automatic Flags
NameDescriptionDefault
systemlib

Use the system-wide sqlite library

Disabled
fulltextsearch

Enable full-text search when using the bundled sqlite library

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 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, 2.3.5, 2.3.6, 2.3.7, 2.3.8, 2.3.9, 2.3.11, 2.3.12, 2.3.13, 2.3.14, 2.3.15, 2.3.16, 2.3.17, 2.3.18, 2.3.19, 2.3.20, 2.3.21, 2.3.22, 2.3.23, 2.3.24, 2.3.26, 2.3.27, 2.3.28, 2.3.29
Dependencies base (>=4.1 && <5), bytestring (>=0.9.2.1 && <1), text (>=0.11 && <1) [details]
License BSD-3-Clause
Copyright Copyright (c) 2012, 2013 Irene Knapp
Author Irene Knapp <irene.knapp@icloud.com>
Maintainer irene.knapp@icloud.com
Revised Revision 1 made by HerbertValerioRiedel at 2019-02-18T19:39:39Z
Category Database
Home page http://ireneknapp.com/software/
Bug tracker https://github.com/IreneKnapp/direct-sqlite/issues/new
Source repo head: git clone git://github.com/IreneKnapp/direct-sqlite.git
Uploaded by IreneKnapp at 2013-07-16T07:24:51Z
Distributions Arch:2.3.29, LTSHaskell:2.3.29, NixOS:2.3.29, Stackage:2.3.29
Reverse Dependencies 19 direct, 430 indirect [details]
Downloads 51529 total (547 in the last 30 days)
Rating 2.5 (votes: 3) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]