Steevo Wiki

You are here: Home » database » sqlite

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
database:sqlite [2023/11/28 09:58]
admin created
database:sqlite [2024/03/14 16:43] (current)
admin
Line 1: Line 1:
 +====== Check DB integrity ======
 +<code>
 +sqlite3 ./dev.db
 +PRAGMA integrity_check;
 +</code>
 +
 +
 ====== Export/Import ====== ====== Export/Import ======