beam-core: Type-safe, feature-complete SQL query and manipulation interface for Haskell
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.
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.
Properties
Versions | 0.6.0.0, 0.7.0.0, 0.7.1.0, 0.7.2.0, 0.7.2.1, 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 && <1.4), base (>=4.7 && <5.0), bytestring (>=0.10 && <0.11), containers (>=0.5 && <0.6), dlist (>=0.7.1.2 && <0.9), free (>=4.12 && <5.1), ghc-prim (>=0.5 && <0.6), hashable (>=1.1 && <1.3), microlens (>=0.4 && <0.5), mtl (>=2.1 && <2.3), network-uri (>=2.6 && <2.7), tagged (>=0.8 && <0.9), text (>=1.0 && <1.3), time (>=1.6 && <1.10), vector-sized (>=0.5 && <1.1) [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/tathougies/beam/issues |
Source repo | head: git clone https://github.com/tathougies/beam.git(beam-core) |
Uploaded | by TravisAthougies at 2018-04-27T23:29:35Z |
Modules
[Index]
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.7.2.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees