gluesql / gluesql

GlueSQL is quite sticky. It attaches to anywhere.

Home Page:https://gluesql.org/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

storage request: absurd-sql

gitmalong opened this issue · comments

absurd-sql uses sqlite3 on top of indexeddb with excellent benchmarks as it treats IndexedDB like a disk and stores data in blocks there.

https://github.com/jlongster/absurd-sql

It would be better to consider sqlite3 storage rather than absurd-sql because GlueSQL can already replace the IndexedDB backend of absurd-sql