@hackage beam-core0.10.3.1
Type-safe, feature-complete SQL query and manipulation interface for Haskell
Installation
Dependencies (17)
- base >=4.11 && <5.0
- bytestring >=0.10 && <0.13
- containers >=0.5 && <0.8
- ghc-prim >=0.5 && <0.14
- mtl >=2.2.1 && <2.4
- text >=1.2.2.0 && <2.2 Show all…
Dependents (15)
@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.