Backup (dump) Sqlite tables via jShell + *.bat file
- By KMatle
If you use SQlite in your apps in you need to do backups. A bad decision is just to copy the database file:
- there will be more than one file when the database is online (e.g. *.wal and other...
- there will be more than one file when the database is online (e.g. *.wal and other...