dyedgreen / deno-sqlite

Deno SQLite module
https://deno.land/x/sqlite
MIT License
409 stars 36 forks source link

Is persistence supported? #159

Closed gounaman closed 2 years ago

gounaman commented 2 years ago

Is data only persistent in memory during a given session, but lost after you close the connection to the db?

If not, how can you open/save a table or column mod to disk, meaning to the SQLite database engine that sits on your hard drive?

If that is not possible, can DenoSQLite create a SQLite db file that it can later reopen, with all the data still present?