beam-core: Type-safe, feature-complete SQL query and manipulation interface for Haskell
Beam is a Haskell library for type-safe querying and manipulation of SQL databases.
Beam is modular and supports various backends. In order to use beam, you will need to use
beam-core
along with a specific backend (such as beam-postgres
or beam-sqlite
) as
well as the corresponding backend.
For more information, see the user manual and tutorial on
GitHub pages.
Versions [faq] | 0.6.0.0, 0.7.0.0, 0.7.1.0, 0.7.2.0, 0.7.2.1, 0.7.2.2, 0.7.2.3, 0.8.0.0, 0.9.0.0 |
---|---|
Change log | ChangeLog.md |
Dependencies | aeson (>=0.11 && <1.5), base (>=4.9 && <5.0), bytestring (==0.10.*), containers (>=0.5 && <0.7), dlist (>=0.7.1.2 && <0.9), free (>=4.12 && <5.2), ghc-prim (>=0.5 && <0.7), hashable (>=1.2.4.0 && <1.4), microlens (==0.4.*), mtl (>=2.2.1 && <2.3), network-uri (==2.6.*), scientific (==0.3.*), tagged (==0.8.*), text (>=1.2.2.0 && <1.3), time (>=1.6 && <1.10), vector (>=0.11 && <0.13), vector-sized (>=0.5 && <1.5) [details] |
License | MIT |
Author | Travis Athougies |
Maintainer | travis@athougies.net |
Category | Database |
Home page | http://travis.athougies.net/projects/beam.html |
Bug tracker | https://github.com/haskell-beam/beam/issues |
Source repo | head: git clone https://github.com/haskell-beam/beam.git(beam-core) |
Uploaded | by TravisAthougies at 2020-10-19T17:14:23Z |
Distributions | LTSHaskell:0.8.0.0, NixOS:0.9.0.0, Stackage:0.8.0.0 |
Downloads | 5541 total (78 in the last 30 days) |
Rating | 2.5 (votes: 3) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2020-10-19 [all 1 reports] |
Modules
[Index] [Quick Jump]
Flags
Name | Description | Default | Type |
---|---|---|---|
werror | Enable -Werror during development | Disabled | Manual |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- beam-core-0.9.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)