postgres-shift
postgres-shift copied to clipboard
A simple forwards only migration solution for postgres.js
Hello Rasmus Porsager, first of all, thank you for your nice postgres implementation! Now i am looking for a clean solution for migrations and migration versionings. So i found this...
Hi! I appreciate postgres-shift a lot! It's a wonderful, small, single purpose library. Thanks for creating it! I come here with a suggestion to wrap each migration into its own...
This avoids the need to create an index.(js|sql) and the directory with the name for each migration. Fixes #4
I love the simplicity and the idea of this plugin, but one thing I didn't like is the obligation to use folders and inside an index.(sql|js) file, which isn't a...