| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 01:28:24 GMT
X-Served-By: cache-dfw-kdfw8210148-DFW, cache-bom-vanm7210075-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768613304.794235,VS0,VE300
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
beam-sqlite: Beam driver for SQLite
beam-sqlite: Beam driver for SQLite
Modules
[Index] [Quick Jump]
Flags
Manual Flags
| Name | Description | Default |
|---|---|---|
| werror | Enable -Werror during development | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- beam-sqlite-0.5.5.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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, 0.5.4.0, 0.5.4.1, 0.5.5.0 (info) |
|---|---|
| Change log | ChangeLog.md |
| Dependencies | aeson (>=0.11 && <2.3), attoparsec (>=0.13 && <0.15), base (>=4.11 && <5), beam-core (>=0.10 && <0.11), beam-migrate (>=0.5.3.2 && <0.6), bytestring (>=0.10 && <0.13), direct-sqlite (>=2.3.27), dlist (>=0.8 && <1.1), free (>=4.12 && <5.3), hashable (>=1.2 && <1.6), monad-control (>=1.0 && <1.1), mtl (>=2.1 && <2.4), network-uri (>=2.6 && <2.7), scientific (>=0.3 && <0.4), sqlite-simple (>=0.4 && <0.5), text (>=1.0 && <2.2), time (>=1.6 && <1.15), transformers-base (>=0.4 && <0.5) [details] |
| License | MIT |
| Copyright | (C) 2017-2018 Travis Athougies |
| Author | Travis Athougies |
| Maintainer | travis@athougies.net |
| Uploaded | by LaurentRDC at 2025-10-19T00:17:41Z |
| 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) |
| Distributions | LTSHaskell:0.5.5.0, NixOS:0.5.5.0, Stackage:0.5.5.0 |
| Reverse Dependencies | 2 direct, 0 indirect [details] |
| Downloads | 11278 total (92 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2025-10-19 [all 1 reports] |
Readme for beam-sqlite-0.5.5.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.