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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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.

Properties

Versions 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.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.5), 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.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
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 TravisAthougies at 2020-10-19T17:57:03Z

Modules

[Index] [Quick Jump]

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

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees