@hackage beam-core0.11.1.0
Type-safe, feature-complete SQL query and manipulation interface for Haskell
Installation
Dependencies (16)
- aeson >=0.11 && <2.4
- base >=4.11 && <5.0
- bytestring >=0.10 && <0.13
- containers >=0.5 && <0.9
- dlist >=0.7.1.2 && <1.1
- free >=4.12 && <5.3 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.