sqlpage-migrate #915
andrewsinnovations
started this conversation in
Show and tell
Replies: 1 comment
-
Cool, thank you ! I'll add the enhancement tag to tag this as a feature request ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a project where the number of database migrations has grown to a decent number.
It was getting out of hand to remember the next number for incrementing.
I created a little node script to automatically generate migrations. It would be great if this were built into sqlpage, but unfortunately I do not know rust well enough to contribute this functionality.
Here's an example:
It's on npm and you can install it now by running this:
#> npm install -g sqlpage-migrate
The repo is at https://github.com/andrewsinnovations/sqlpage-migrate
Beta Was this translation helpful? Give feedback.
All reactions