LeeJMorel / PathKit

An all-in-one GM Screen application for running Pathfinder2e
https://pathkit2e.com/
4 stars 1 forks source link

Research useStore integration with SQLite #196

Closed neonsigh closed 1 year ago

neonsigh commented 1 year ago

What MVP does your issue request work on?

SQLite database is operational, connecting the local store to SQLite calls needs to be implemented and is proving tricky in initial db init in main.rs / sqlite.rs. Research any necessary packages and code structure practices/syntax to implement frontend-backend integration

neonsigh commented 1 year ago

completed