Commit Graph

5 Commits

Author SHA1 Message Date
Dmitriy Pleshevskiy 9a16557016
repo: remove fs implementation
Closes #34
2022-08-21 12:48:47 +03:00
Dmitriy Pleshevskiy 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
Dmitriy Pleshevskiy 51668d002a
chore: add licence 2022-08-05 14:11:24 +03:00
Dmitriy Pleshevskiy 972aae9460
add start task subcommand 2022-08-05 12:35:14 +03:00
Dmitriy Pleshevskiy d85639ef57
. 2022-08-05 00:08:27 +03:00