@hackage kioku-migrate0.2.0.0
The kioku schema migration entry point
Categories
License
BSD-3-Clause
Maintainer
nadeem@gmail.com
Links
Versions
- 0.2.0.0 Thu, 30 Jul 2026
Installation
Dependencies (0)
- aeson >=2.2 && <2.3
- base >=4.21 && <5
- bytestring >=0.12 && <0.13
- hasql >=1.10 && <1.11
- kioku-core ^>=0.2.0.0
- kioku-migrations ^>=0.2.0.0 Show all…
Dependents (0)
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.