beam-sqlite: Beam driver for SQLite

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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


[Skip to Readme]

Properties

Versions 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.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.5), attoparsec (>=0.13 && <0.14), base (>=4.7 && <5), beam-core (>=0.9 && <0.10), beam-migrate (>=0.5 && <0.6), bytestring (>=0.10 && <0.11), dlist (>=0.8 && <0.9), free (>=4.12 && <5.2), hashable (>=1.2 && <1.4), 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 Database
Home page https://haskell-beam.github.io/beam/user-guide/backends/beam-sqlite/
Bug tracker https://github.com/haskell-beam/beam/issues
Source repo head: git clone https://github.com/haskell-beam/beam.git(beam-sqlite)
Uploaded by TravisAthougies at 2020-10-19T18:30:26Z

Modules

[Index] [Quick Jump]

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


Readme for beam-sqlite-0.5.0.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.