beam-migrate: SQL DDL support and migrations support library for Beam

[ database, library, mit ] [ Propose Tags ]

This package provides type classes to allow backends to implement SQL DDL support for beam. This allows you to use beam syntax to write type-safe schema generation code. The package also provides features to introspect beam schemas, and support for automatic generation of migrations in SQL and Haskell formats. This is mostly a low-level support library. Most often, this library is used to write tooling to support DDL manipulation in your project, or to enable migrations support in beam backends. For a more turnkey solution for database migrations, consider the beam-migrate command line tool. This provides out-of-the-box support for migrations, schema change management, and version control, based on the features provided in this library.

Flags

Manual Flags

NameDescriptionDefault
werror

Enable -Werror during development

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.2.0.0, 0.3.0.0, 0.3.1.0, 0.3.2.0, 0.3.2.1, 0.3.2.2, 0.4.0.0, 0.4.0.1, 0.5.0.0, 0.5.1.0, 0.5.1.1, 0.5.1.2, 0.5.2.0, 0.5.2.1
Change log ChangeLog.md
Dependencies aeson (>=0.11 && <1.6), base (>=4.9 && <5.0), beam-core (>=0.9 && <0.10), bytestring (>=0.10 && <0.11), containers (>=0.5 && <0.7), deepseq (>=1.4 && <1.5), dependent-map (>=0.2 && <0.5), dependent-sum (>=0.4 && <0.8), free (>=4.12 && <5.2), ghc-prim (>=0.5 && <0.7), hashable (>=1.2 && <1.3.4), haskell-src-exts (>=1.18 && <1.24), microlens (>=0.4 && <0.5), mtl (>=2.2 && <2.3), parallel (>=3.2 && <3.3), pqueue (>=1.3 && <1.5), pretty (>=1.1 && <1.2), scientific (>=0.3 && <0.4), text (>=1.2 && <1.3), time (>=1.6 && <1.10), unordered-containers (>=0.2 && <0.3), uuid-types (>=1.0 && <1.1), vector (>=0.11 && <0.13) [details]
License MIT
Copyright Copyright (C) 2017-2018 Travis Athougies
Author Travis Athougies
Maintainer travis@athougies.net
Revised Revision 1 made by sjakobi at 2022-01-27T15:59:20Z
Category Database
Home page https://travis.athougies.net/projects/beam.html
Source repo head: git clone https://github.com/haskell-beam/beam.git(beam-migrate)
Uploaded by kmicklas at 2021-07-05T17:50:58Z
Distributions
Reverse Dependencies 4 direct, 5 indirect [details]
Downloads 11974 total (94 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-07-05 [all 1 reports]