h-sphere / sql-seal

MIT License
7 stars 0 forks source link

feat: Reworking Database to SQLJS #17

Closed kulak-at closed 3 weeks ago

kulak-at commented 3 weeks ago

As our current solution relies on native code for each platform, SQLSeal was not able to run on mobile until now. Thanks to dropping better-sqlite3 in favour of SQL.JS now you can use it on mobile! Build process was updated to enable bundling wasm module that SQL.JS is using. Thanks to that no extra network connection is needed to run the project.

Also, to make it work on mobile antlr4-ts has been replaced with antlr4 which now supports typescript and builds browser compatible code.