@hackage beam-sqlite0.3.2.2
Beam driver for SQLite
Categories
License
MIT
Maintainer
travis@athougies.net
Links
Versions
Installation
Dependencies (17)
- Win32 >=2.4 && <2.8
- aeson >=0.11 && <1.5
- attoparsec >=0.13 && <0.14
- base >=4.7 && <5
- beam-core >=0.7 && <0.8
- beam-migrate >=0.3 && <0.4 Show all…
Dependents (6)
@hackage/wikimusic-api, @hackage/acme-everything, @hackage/Shpadoinkle-examples, @hackage/beam-large-records, @hackage/imm, @cardano/freer-extras
Package Flags
werror
(off by default)
Enable -Werror during development
beam-sqlite: Beam backend for the SQLite embedded database
beam-sqlite is a beam backend for
the SQLite embedded database.
SQLite is mostly standards compliant, but there are a few cases that beam-sqlite cannot handle. These cases may result in run-time errors. For more information, see the documentation. Due to SQLite's embedded nature, there are currently no plans to get rid of these. However, proposals and PRs to fix these corner cases are welcome, where appropriate.