About

Metadata

  • Last updated , by figo
  • License BSD-3-Clause
  • Categories Databases
  • Maintained by: figo GmbH <package+haskell@figo.io>

  • Lottery factor: 0

Links

Installation

This package uses the Custom cabal build type

Package Flags

Use the -f option with cabal commands to enable flags

    builtin-sqlcipher (on by default)

    Compile sqlcipher as a part of the library.

Readme

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/