@hackage / kioku-migrate

The kioku schema migration entry point

Latest0.1.0.0

About

Metadata

  • Last updated , by shinzui
  • License BSD-3-Clause
  • Categories Databases
  • Maintained by: nadeem@gmail.com

  • Lottery factor: 1

Links

Installation

Readme

Applies kioku's migration chain and then reconciles keiro's read-model registry to the identity the compiled read models declare. . This lives in its own package rather than as an executable of kioku-migrations because it depends on kioku-core (for the read-model schemas), and kioku-core's test suite depends on kioku-migrations:test-support. Cabal's solver detects dependency cycles at package granularity, so an executable stanza inside kioku-migrations would close that cycle and make the whole project unsolvable -- even though the component graph itself is acyclic.