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]

Modules

[Last Documentation]

  • Database
    • Database.SQL
      • Database.SQL.Types
    • Database.SQLCipher
      • Database.SQLCipher.Base
      • Database.SQLCipher.Types

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-11T12:30:46Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 2847 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-05-11 [all 3 reports]

Readme for sqlcipher-1.0.1.0

[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/