direct-sqlite: Low-level binding to SQLite3. Includes UTF8 and BLOB support.
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.
Modules
[Index] [Quick Jump]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
systemlib | Use the system-wide sqlite library | Disabled |
fulltextsearch | Enable full-text search when using the bundled sqlite library | Enabled |
urifilenames | Enable URI filenames when using the bundled sqlite library | Enabled |
haveusleep | Enable use of os function usleep. | Enabled |
json1 | Enable json1 extension. | Enabled |
mathfunctions | Enable built-in mathematical functions | Disabled |
dbstat | Enable dbstat virtual table | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- direct-sqlite-2.3.29.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 1.0, 1.1, 2.0, 2.1, 2.2, 2.2.1, 2.3, 2.3.1, 2.3.2, 2.3.3, 2.3.3.1, 2.3.4, 2.3.5, 2.3.6, 2.3.7, 2.3.8, 2.3.9, 2.3.11, 2.3.12, 2.3.13, 2.3.14, 2.3.15, 2.3.16, 2.3.17, 2.3.18, 2.3.19, 2.3.20, 2.3.21, 2.3.22, 2.3.23, 2.3.24, 2.3.26, 2.3.27, 2.3.28, 2.3.29 |
---|---|
Change log | changelog |
Dependencies | base (>=4.11 && <5), bytestring (>=0.9.2.1), text (>=0.11) [details] |
Tested with | ghc ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.4 || ==9.8.1 |
License | BSD-3-Clause |
Copyright | Copyright (c) 2012 - 2014 Irene Knapp, 2014 - 2018 Janne Hellsten, 2018 - 2020 Sergey Bushnyak, 2022 Joshua Chia |
Author | Irene Knapp <irene.knapp@icloud.com> |
Maintainer | Joshua Chia <joshchia@gmail.com> |
Category | Database |
Home page | https://github.com/IreneKnapp/direct-sqlite |
Bug tracker | https://github.com/IreneKnapp/direct-sqlite/issues/new |
Source repo | head: git clone git://github.com/IreneKnapp/direct-sqlite.git |
Uploaded | by jchia at 2024-01-23T05:02:02Z |
Distributions | Arch:2.3.29, LTSHaskell:2.3.29, NixOS:2.3.29, Stackage:2.3.29 |
Reverse Dependencies | 19 direct, 437 indirect [details] |
Downloads | 54689 total (500 in the last 30 days) |
Rating | 2.5 (votes: 3) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |