* feat: WIP. Proof of concept of using sqlite-wasm
* chore: few experiments with kysely
* chore: poc of using idb with modern version of sqlite
* feat: reworking project to use wa-sqlite
* feat: making database queries work too
* infra: refactoring database connection and cleaning dependencies
* fix: fixing issue with tests
* chore: adding missing packages
* chore: underlying engine updated to wa-sqlite
* chore: reworking plugin internals into modules
* feat: settings module is now working, added debug module, enabled new api module
* chore: restoring external API
* feat: refactoring project to use proper inversion of control
* feat: plugins can now be loaded in any order
* chore: final file migration, all typescript is in modules now
* chore: fixing dependencies of cellParser
* feat: csv and json views are only registered when they are not colliding with other plugins
* feat: fixed library behaviour on canvas
- fixing CSV loading
- Fixing constantly reloading files when modifying sql inside the same block that has table declaration in
- Auto-parsing JSON values with JSON5
- Better errors when error occurs in select statement