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

Replace Sqlite3 with Libsql #6

Closed ansarizafar closed 9 months ago

ansarizafar commented 9 months ago

Libsql is a fork of SQlite3 and has more features like ALTER TABLE extension for modifying column types and constraints

I recommend replacing Sqlite3 with Liqsql https://github.com/tursodatabase/libsql

DallasHoff commented 9 months ago

The point of SQLocal is to run the database in the browser. libSQL does not have a build that runs in the browser.

terpimost commented 1 week ago

would it be possible to support https://github.com/tursodatabase/libsql-client-ts/tree/main/packages/libsql-client-wasm/examples/browser ?