Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



#golang-migrate
  • Migrate reads migrations from sources and applies them in correct order to a database.
  • Drivers are "dumb", migrate glues everything together and makes sure the logic is bulletproof. (Keeps the drivers lightweight, too.)
  • Database drivers don't assume things or try to correct user input. When in doubt, fail.
If you want to change selection, open document below and click on "Move attachment"

Unknown title
B Breadcrumbs migrate / README.md Top File metadata and controls Preview Code Blame 195 lines (146 loc) ยท 8.07 KB Raw migrate Database migrations written in Go. Use as CLI or import as library. <span>Migrate reads migrations from sources and applies them in correct order to a database. Drivers are "dumb", migrate glues everything together and makes sure the logic is bulletproof. (Keeps the drivers lightweight, too.) Database drivers don't assume things or try to correct user input. When in doubt, fail. Forked from mattes/migrate Databases Database drivers run migrations. Add a new database? PostgreSQL PGX v4 PGX v5 Redshift Ql Cassandra SQLite SQLite3 (todo #165) SQLCipher MySQL/ Mari


Summary

statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Details



Discussion

Do you want to join discussion? Click here to log in or create user.