👞 A simple SQL migration utility
Find a file
2024-07-11 20:24:57 -04:00
.gitignore feat: initial commit, extract from other repository 2024-07-10 23:08:08 -04:00
cobble.go refactor: graph from directory 2024-07-11 20:24:57 -04:00
database.go refactor: isolate db handler 2024-07-11 00:09:24 -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 refactor: graph from directory 2024-07-11 20:24:57 -04:00
migrate_test.go refactor: graph from directory 2024-07-11 20:24:57 -04:00
migration.go refactor: group migration logic, use Migration to apply instead of path 2024-07-11 20:16:17 -04:00
migration_graph.go refactor: graph from directory 2024-07-11 20:24:57 -04:00
models.go refactor: group migration logic, use Migration to apply instead of path 2024-07-11 20:16:17 -04:00
README.md Initial commit 2024-07-11 02:51:13 +00:00

cobble

👞 A simple SQL migration utility