👞 A simple SQL migration utility
Find a file
2024-07-10 23:25:42 -04:00
.gitignore feat: initial commit, extract from other repository 2024-07-10 23:08:08 -04:00
cobble.go feat: extract cli and add parsing for up command 2024-07-10 23:20:54 -04:00
go.mod fix: module name should match repository 2024-07-10 23:25:42 -04:00
go.sum feat: extract cli and add parsing for up command 2024-07-10 23:20:54 -04:00
LICENSE Initial commit 2024-07-11 02:51:13 +00:00
migrate.go feat: extract cli and add parsing for up command 2024-07-10 23:20:54 -04:00
migrate_test.go feat: initial commit, extract from other repository 2024-07-10 23:08:08 -04:00
MigrationMap.go refactor: move structs to models 2024-07-10 23:11:14 -04:00
models.go refactor: move structs to models 2024-07-10 23:11:14 -04:00
README.md Initial commit 2024-07-11 02:51:13 +00:00

cobble

👞 A simple SQL migration utility