You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah.
So that users can switch from sqlite to mysql and from mysql to sqlite.
This is in case tables have become very big (more than 100k rows) and they have to switch from sqlite to mysql.
Or in case of something else and they want to switch from mysql to sqlite.
So we would need to make a script that can easily fetch all the tables, get the rows and create the same tables in the other database and then insert the rows from the old database into the new database.
No description provided.
The text was updated successfully, but these errors were encountered: