sqlcipher: Haskell binding to sqlcipher

[ bsd3, database, library ] [ Propose Tags ]

Haskell binding to sqlcipher https://www.zetetic.net/sqlcipher/. This was forked from sqlite3 library from Galois, Inc. since sqlcipher share most of its API.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
builtin-sqlcipher

Compile sqlcipher as a part of the library.

Enabled

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] 1.0.0.0, 1.0.1.0, 1.0.1.1, 1.0.1.2
Dependencies base (>=3 && <5), bytestring, directory, pretty, time, utf8-string [details]
License BSD-3-Clause
Copyright Copyright (c) 2007-8, Galois Inc Copyright (c) 2016, figo GmbH
Author figo GmbH
Maintainer figo GmbH <package+haskell@figo.io>
Category Database
Home page http://github.com/figome/haskell-sqlcipher
Source repo head: git clone git://github.com/figome/haskell-sqlcipher.git
Uploaded by figo at 2017-05-16T11:02:59Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 2853 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-05-16 [all 1 reports]

Readme for sqlcipher-1.0.1.2

[back to package description]
SQLCipher bindings for Haskell
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This is a fork of https://github.com/GaloisInc/sqlite with added functionality
for SQLCipher[1]. The following SQLCipher specific functions are available:

  * sqlite3_key
  * sqlite3_key_v2
  * sqlite3_rekey
  * sqlite3_rekey_v2

[1] https://www.zetetic.net/sqlcipher/sqlcipher-api/