Commit graph

4 commits

Author SHA1 Message Date
eb78dad91a
Replace FS with Sqlite (#20)
- [x] Deps: add rusqlite
- [x] Deps: add time
- [x] Add created_at to the domain Task
- [x] Add schema and first migration
- [x] Check current version and run migration
- [x] Implement Repository trait
- [x] Add script to migrate from FS implementation

Closes #5
Closes #19

Reviewed-on: #20
Co-authored-by: Dmitriy Pleshevskiy <dmitriy@ideascup.me>
Co-committed-by: Dmitriy Pleshevskiy <dmitriy@ideascup.me>
2022-08-20 12:42:20 +00:00
51668d002a
chore: add licence 2022-08-05 14:11:24 +03:00
972aae9460
add start task subcommand 2022-08-05 12:35:14 +03:00
d85639ef57
. 2022-08-05 00:08:27 +03:00