@hackage beam-core0.7.2.2
Type-safe, feature-complete SQL query and manipulation interface for Haskell
Installation
Dependencies (15)
- aeson >=0.11 && <1.5
- 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.2 Show all…
Dependents (17)
@hackage/wikimusic-api, @hackage/beam-sqlite, @hackage/tsweb, @hackage/Shpadoinkle-examples, @hackage/beam-migrate, @hackage/beam-automigrate, Show all…
Package Flags
werror
(off by default)
Enable -Werror during development
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.