sqlite: Haskell binding to sqlite3

[ bsd3, database, deprecated, library ] [ Propose Tags ]
Deprecated in favor of sqlite-simple

Haskell binding to sqlite3 http://sqlite.org/.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
builtin-sqlite3

Compile sqlite3 as a part of the library.

Disabled

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

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.4.1, 0.4.2, 0.4.2.1, 0.5, 0.5.1, 0.5.2, 0.5.2.1, 0.5.2.2, 0.5.3, 0.5.5
Dependencies base (>=3 && <5), bytestring, directory, pretty, time, utf8-string [details]
License BSD-3-Clause
Copyright Copyright (c) 2007-8, Galois Inc
Author Galois Inc
Maintainer Adam Wick <awick@uhsure.com>
Category Database
Source repo head: git clone git://code.galois.com/sqlite.git
Uploaded by AdamWick at 2010-09-07T20:20:59Z
Distributions
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 8591 total (23 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for sqlite-0.5.1

[back to package description]
sqlite3 bindings for Haskell.

The configuration of this package isn't automatic on Windows
platforms, you'll have to manually move sqlite.buildinfo away before
renaming sqlite.buildinfo.win32 as sqlite.buildinfo, followed by
tweaking the paths in there to fit your local environment.