beam-sqlite: Beam driver for SQLite

[ database, library, mit ] [ Propose Tags ]

Beam driver for the SQLite embedded database. See here for more information


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
werror

Enable -Werror during development

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.2.0.0, 0.3.0.0, 0.3.1.0, 0.3.2.0, 0.3.2.1, 0.3.2.2, 0.3.2.3, 0.3.2.4, 0.4.0.0, 0.5.0.0, 0.5.1.0, 0.5.1.1, 0.5.1.2, 0.5.2.0, 0.5.3.0
Change log ChangeLog.md
Dependencies aeson (>=0.11 && <1.3), attoparsec (>=0.13 && <0.14), base (>=4.7 && <5), beam-core (>=0.7 && <0.8), beam-migrate (>=0.3 && <0.4), bytestring (>=0.10 && <0.11), dlist (>=0.8 && <0.9), free (>=4.12 && <5.1), hashable (>=1.2 && <1.3), mtl (>=2.1 && <2.3), network-uri (>=2.6 && <2.7), scientific (>=0.3 && <0.4), sqlite-simple (>=0.4 && <0.5), text (>=1.0 && <1.3), time (>=1.6 && <1.10), unix (>=2.0 && <2.8), Win32 (>=2.4 && <2.8) [details]
License MIT
Copyright (C) 2017-2018 Travis Athougies
Author Travis Athougies
Maintainer travis@athougies.net
Category Web
Home page http://tathougies.github.io/beam/user-guide/backends/beam-sqlite/
Bug tracker https://github.com/tathougies/beam/issues
Source repo head: git clone https://github.com/tathougies/beam.git(beam-sqlite)
Uploaded by TravisAthougies at 2018-04-11T20:26:09Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 10055 total (88 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-04-13 [all 1 reports]

Readme for beam-sqlite-0.3.2.0

[back to package description]

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.