sqlcipher

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.


Keywords
bsd3, library, test, Database.SQL, Database.SQL.Types, Database.SQLCipher, Database.SQLCipher.Base, Database.SQLCipher.Types, encrypted, haskell, sqlcipher, sqlite
License
BSD-3-Clause
Install
cabal install sqlcipher-1.0.1.2

Documentation

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/