nchapman / pulsar

Mozilla Public License 2.0
1 stars 1 forks source link

Refactor rust code to better allow extension of the sql plugin #132

Closed ospfranco closed 2 months ago

ospfranco commented 2 months ago

Lots of small changes (mostly on the Rust side) to clean up the code base. Basically started by moving the sql plugin into the codebase to allow for better static analysis and extending the API to load extensions.

Also added a button on the front-end to open the app data dir to easily check the models have been correctly copied and what not.