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.
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-core-0.10.3.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 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, 0.9.1.0, 0.9.2.0, 0.9.2.1, 0.10.0.0, 0.10.1.0, 0.10.2.0, 0.10.3.0 |
---|---|
Change log | ChangeLog.md |
Dependencies | aeson (>=0.11 && <2.3), base (>=4.11 && <5.0), bytestring (>=0.10 && <0.13), containers (>=0.5 && <0.8), dlist (>=0.7.1.2 && <1.1), free (>=4.12 && <5.3), ghc-prim (>=0.5 && <0.12), hashable (>=1.2.4.0 && <1.6), microlens (>=0.4 && <0.5), mtl (>=2.2.1 && <2.4), network-uri (>=2.6 && <2.7), scientific (>=0.3 && <0.4), tagged (>=0.8 && <0.9), text (>=1.2.2.0 && <2.2), time (>=1.6 && <1.13), vector (>=0.11 && <0.14), vector-sized (>=0.5 && <1.7) [details] |
License | MIT |
Author | Travis Athougies |
Maintainer | travis@athougies.net |
Revised | Revision 1 made by LaurentRDC at 2024-12-11T14:24:37Z |
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 LaurentRDC at 2024-10-15T19:36:43Z |
Distributions | LTSHaskell:0.10.3.0, NixOS:0.10.3.0, Stackage:0.10.3.0 |
Reverse Dependencies | 12 direct, 1 indirect [details] |
Downloads | 13025 total (98 in the last 30 days) |
Rating | 2.5 (votes: 5) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |