persistent-sqlite: Backend for the persistent library using sqlite3.
This package includes a thin sqlite3 wrapper based on the direct-sqlite package, as well as the entire C library, so there are no system dependencies.
Modules
[Index] [Quick Jump]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
systemlib | Use the system-wide sqlite library | Disabled |
use-pkgconfig | Use pkg-config to find system sqlite library | Disabled |
build-sanity-exe | Build a sanity check test executable | Disabled |
full-text-search | Enable full-text search in the vendored SQLite library; has no effect if a system SQLite library is used. | Enabled |
uri-filenames | Enable URI filenames in the vendored SQLite library; has no effect if a system SQLite library is used. | Enabled |
have-usleep | Enable usleep in the vendored SQLite library; has no effect if a system SQLite library is used. | Enabled |
json1 | Enable json1 in the vendored SQLite library; has no effect if a system SQLite library is used. | Enabled |
use-stat3 | Enable STAT3 in the vendored SQLite library; has no effect if a system SQLite library is used. | Disabled |
use-stat4 | Enable STAT4 in the vendored SQLite library (supercedes stat3); has no effect if a system SQLite library is used. | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- persistent-sqlite-2.10.3.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