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
Hi,
I made and used my own utility for similar purpose.
If csv file is very large, every .import csv procedure makes delay.
So I solved the problem with backed up dump of imported csv sqlite db.
The following is my script.
Hi,
I made and used my own utility for similar purpose.
If csv file is very large, every .import csv procedure makes delay.
So I solved the problem with backed up dump of imported csv sqlite db.
The following is my script.
How about adding option like -c ( cache) or -d ( use database) for making dumb db at first execution and using dumped db if db file exists.
The text was updated successfully, but these errors were encountered: