Schema dumping is not supported when using SQLite #34259
Unanswered
IsmailAshour
asked this question in
General
Replies: 2 comments
-
The docs were incorrect on this. It's only available for PostgreSQL and MySQL. But we're accepting prs to implement it on Sqlite. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just submitted a PR to support this: #34323 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I use SQLite for testing purposes. it's lightweight and in-memory db.
SQLite dumping is not supported, so schema:dump will not be useful.
Are there any ideas?
Beta Was this translation helpful? Give feedback.
All reactions