Commit graph

9 commits

Author SHA1 Message Date
Kacper
bf085fe896
Migrating SQL Engine to wa-sqlite (#193)
* 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
2026-03-22 18:01:03 +00:00
Kacper Kula
285684dfc4
Refactoring Project to use proper Inversion of Control (#171)
* 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
2025-08-10 09:34:54 +01:00
Kacper Kula
ef19e25684 docs: adding syntax highlighting to the documentation 2025-03-19 11:35:38 +00:00
Kacper Kula
bc597400c6 feat: external API for registering views and custom functions. Added subproject for publishing npm package with types for external plugins. 2025-01-29 22:36:19 +00:00
Kacper Kula
d45dde5039 chore: adding more tests and reworking jest globals 2025-01-15 20:12:03 +00:00
Kacper Kula
7f7352e62f feat: replacing better-sqlite3 with sql.js which makes the plugin work on mobile 2024-11-04 18:56:56 +00:00
Kacper Kula
ed0c7bb74e many fixes:
- 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
2024-09-01 14:01:54 +01:00
Kacper Kula
546b3d9fca skipping typecheck for now 2024-05-03 21:33:19 +01:00
Kacper Kula
0e16101505 chore: initial version 2024-04-19 15:53:50 +01:00