1
0
Fork 0
mirror of https://github.com/simplex-chat/direct-sqlcipher.git synced 2026-01-30 17:43:20 +00:00
No description
  • C 98.4%
  • Haskell 1.6%
Find a file
Evgeny Poberezkin f814ee68b1 update .gitmodules
2023-08-23 10:56:44 +01:00
cbits use SQLCipher (#1) 2022-08-30 12:02:50 +01:00
Database Added extended result codes (sqlite3_extended_errcode) 2022-06-18 21:42:15 +08:00
scripts add sqlcipher submodule (#2) 2022-09-18 11:15:14 +01:00
sqlcipher@104f2d2fda add sqlcipher submodule (#2) 2022-09-18 11:15:14 +01:00
test Added extended result codes (sqlite3_extended_errcode) 2022-06-18 21:42:15 +08:00
.gitignore add sqlcipher submodule (#2) 2022-09-18 11:15:14 +01:00
.gitmodules update .gitmodules 2023-08-23 10:56:44 +01:00
.travis.yml Revert to simpler travis config 2017-09-28 15:29:05 +03:00
changelog update from upstream (without updating sqlcipher) (#3) 2023-08-22 19:55:10 +01:00
CONTRIBUTING.md add contributing guideline 2019-02-16 16:41:18 +02:00
direct-sqlcipher.cabal update from upstream (without updating sqlcipher) (#3) 2023-08-22 19:55:10 +01:00
LICENSE Faction conversion. 2012-01-12 00:55:22 +00:00
README.md Bump version to 2.3.27 2022-06-02 05:58:21 +08:00
Setup.hs Add a trivial Setup.hs. 2009-11-05 17:52:40 +00:00
stack-8.10.yaml Updated stack files 2022-06-02 05:28:17 +08:00
stack-9.0.yaml update from upstream (without updating sqlcipher) (#3) 2023-08-22 19:55:10 +01:00
stack-9.2.yaml update from upstream (without updating sqlcipher) (#3) 2023-08-22 19:55:10 +01:00
stack.yaml update from upstream (without updating sqlcipher) (#3) 2023-08-22 19:55:10 +01:00

Low-level SQLite3 bindings for Haskell

Build Status Hackage

This package is not very different from the other SQLite3 bindings out there, but it fixes a few deficiencies I was finding. As compared to bindings-sqlite3, it is slightly higher-level, in that it supports marshalling of data values to and from the database. In particular, it supports strings encoded as UTF8, and BLOBs represented as ByteStrings.

For contribtions, please read contributing guide before sending PRs.

Contributors