@hackage / beam-core

Type-safe, feature-complete SQL query and manipulation interface for Haskell

Latest0.11.0.0

About

Metadata

  • Last updated , by LaurentRDC
  • License MIT
  • Categories Databases
  • Maintained by: travis@athougies.net

  • Lottery factor: 1

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    werror (off by default)

    Enable -Werror during development

Readme

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.