Commit graph

10 commits

Author SHA1 Message Date
Kiana Sheibani a4f130b36e
Add better error messages 2023-10-01 14:55:15 -04:00
Kiana Sheibani e16b0be447
Separate sync query to reduce complexity 2023-09-30 18:16:00 -04:00
Kiana Sheibani c70fc7506a
Add usage help and documentation 2023-09-30 05:14:50 -04:00
Kiana Sheibani 9feba1a136
Various fixes 2023-09-30 04:37:10 -04:00
Kiana Sheibani cd98f0cd26
Implement basic logic for syncing 2023-09-30 01:43:33 -04:00
Kiana Sheibani c3a35c5ef6
Implement dataset deletion 2023-09-30 00:22:48 -04:00
Kiana Sheibani 0e9fddec9e
Rework database to store all datasets in one sqlite file 2023-09-27 15:19:28 -04:00
Kiana Sheibani 3130d82e95
Implement beginnings of CLI 2023-09-26 22:36:03 -04:00
Kiana Sheibani c8cb974762
Create struct for global app state 2023-09-26 21:37:13 -04:00
Kiana Sheibani 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