Replies: 2 comments 1 reply
-
Hey @Qwertie-, In SeaORM we don't have a schema dump. I'm not sure what you mean by loading a new database from scratch. Are you deploying the same app in multiple instance? Each of it operate independently and with its own set of data (stored on database) but sharing the same code base? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Actually, sea-schema outputs sea-query schema statements as it's API, so it's very much a mysqldump. Not tried using it this way though. I guess need to wire it up using a main.rs |
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
-
Looking to find out if schema files / dumps is something integrated in to SeaORM. Something similar to the ActiveRecord schema.rb.
Just trying to work out generally what the recommended way to load a new database from scratch is rather than running all migrations.
Beta Was this translation helpful? Give feedback.
All reactions