Replies: 1 comment 1 reply
|
I like the idea in general. Would |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I propose to add a command:
That reads additional config file in our normal project structure:
Does the following:
myprojedgedb -Imyproj migrateto initialize the schema on that instanceThen we can have additional features:
curl https://sh.edgedb.com | shpipeline: Ask to initialize that instance if it's run from the project directorydatabase_dump="./dev_data.dump"that is restored beforeedgedb migrate. So that user has both prepopulated data and up to date schema.Note: this proposal has a nice side-effect that edgedb-version used is not mentioned at a random place in readme (if at all) and that we can search for such configs on github to find out what version at least part of ours users use.
All reactions