practicalli / clojure-web-services

Develop production grade server-side web services and APIs using Clojure and REPL driven development
https://practical.li/clojure-web-services
Creative Commons Attribution Share Alike 4.0 International
11 stars 14 forks source link

Database migrations #46

Open practicalli-johnny opened 4 years ago

practicalli-johnny commented 4 years ago

Clojure specific migration libraries https://github.com/yogthos/migratus https://github.com/weavejester/ragtime

General migrations tools https://flywaydb.org/ - RedGate