tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.

Home Page:https://turso.tech/libsql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add a version of .restore to sqld

glommer opened this issue · comments

sqlite files can often get corrupted, as they lack a checksum.

sqlite has a .restore command in the shell, and we should have a version of that for us to call, likely as a libsql-server API.