beam-migrate: SQL DDL support and migrations support library for Beam
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.
Modules
[Index]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
werror | Enable -Werror during development | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- beam-migrate-0.3.2.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
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
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, 0.5.3.0, 0.5.3.1 (info) |
---|---|
Change log | ChangeLog.md |
Dependencies | aeson (>=0.11 && <1.5), base (>=4.9 && <5.0), beam-core (>=0.7 && <0.8), bytestring (>=0.10 && <0.11), containers (>=0.5 && <0.6), deepseq (>=1.4 && <1.5), dependent-map (>=0.2 && <0.3), dependent-sum (>=0.4 && <0.5), free (>=4.12 && <5.2), ghc-prim (>=0.5 && <0.6), hashable (>=1.2 && <1.3), haskell-src-exts (>=1.18 && <1.21), 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 TravisAthougies at 2018-08-01T18:56:43Z |
Category | Database |
Home page | https://travis.athougies.net/projects/beam.html |
Source repo | head: git clone https://github.com/tathougies/beam.git(beam-migrate) |
Uploaded | by TravisAthougies at 2018-07-01T04:18:28Z |
Distributions | LTSHaskell:0.5.3.1, NixOS:0.5.3.1, Stackage:0.5.3.1 |
Reverse Dependencies | 4 direct, 6 indirect [details] |
Downloads | 13122 total (20 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2018-07-01 [all 1 reports] |