MIT licensed by Travis Athougies
Maintained by [email protected]
This version can be pinned in stack with:beam-sqlite-0.3.2.0@sha256:b3289d57c9d4b745a217a7f5d2cee47d088e2625d8c9436b1780bdc106f1fa03,2693

Module documentation for 0.3.2.0

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.

Changes

0.3.2.0

Add Semigroup instances to prepare for GHC 8.4 and Stackage nightly

0.3.1.0

Add runBeamSqlite and runBeamSqliteDebug functions

0.3.0.0

  • Re-introduce backend parameter to Database class

0.2.0.0

First split of sqlite backend from main beam package