@hackage hasql-mover0.1.1
Hasql migrations library
Installation
Dependencies (14)
- base >=4.16 && <4.20
- hasql ^>=1.6
- hasql-th ^>=0.4
- hasql-transaction >=1.0 && <1.2
- megaparsec >=9.0 && <10
- optparse-applicative >=0.17 && <0.19 Show all…
Dependents (0)
A SQL renovator and removalist; a library for performing SQL migrations using Hasql, including an easy CLI for viewing and running migrations. Migrations are declared in-code as quasi-quoted SQL, and chained together in a type-level list of migrations.