Commit graph

6 commits

Author SHA1 Message Date
0e9fddec9e
Rework database to store all datasets in one sqlite file 2023-09-27 15:19:28 -04:00
3130d82e95
Implement beginnings of CLI 2023-09-26 22:36:03 -04:00
c8cb974762
Create struct for global app state 2023-09-26 21:37:13 -04:00
da6b4a9220
Fix dataset file getting cleared on startup 2023-09-26 21:35:14 -04:00
5d0fbcd107
Update documentation 2023-09-23 03:37:22 -04:00
dd4f0838ab
Move CLI crate to root of workspace
Somehow I missed that this was a thing you could do? It's a much
cleaner organization, and it makes it so that you don't have to
explicitly specify the crate to build.
2023-09-23 03:01:36 -04:00