SQLite Forum

Recover Database
Login
I started creating a database with 'DB Browser for SQLite'.
During this the program crashed.

There is a .sqlite file (I end all SQLite databases with .sqlite) and a .sqlite-journal file.

Would it be possible to recover the database?

The .sqlite file is not empty, but when I open it with sqlite3 .tables and .schema do not return anything.