This package allows you to use SQLite in your Unity WebGL projects. It utilizes the sqljs library and aims to replicate the full API, providing a familiar interface for working with databases. You can import and export database files, enabling features like save/load game systems using local storage or external servers.
The package works on top of the sqljs library and strives to match the full SQLite API. It supports importing and exporting database files, making it suitable for implementing save/load game systems using local storage or external servers.





