DallasHoff / sqlocal

SQLocal makes it easy to run SQLite3 in the browser, backed by the origin private file system.
https://sqlocal.dallashoffman.com
MIT License
212 stars 8 forks source link

Change implementation of overwriteDatabaseFile #15

Closed DallasHoff closed 6 months ago

DallasHoff commented 6 months ago

Addresses #11 by changing the implementation of overwriteDatabaseFile to use SQLite WASM's sqlite3.oo1.OpfsDb.importDb method.