Experimental task manager
Go to file
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
database Replace FS with Sqlite (#20) 2022-08-20 12:42:20 +00:00
shell shell/zsh: add fzf preview 2022-08-19 17:15:17 +03:00
src Replace FS with Sqlite (#20) 2022-08-20 12:42:20 +00:00
.gitignore . 2022-08-05 00:08:27 +03:00
COPYING chore: add licence 2022-08-05 14:11:24 +03:00
Cargo.lock Replace FS with Sqlite (#20) 2022-08-20 12:42:20 +00:00
Cargo.toml Replace FS with Sqlite (#20) 2022-08-20 12:42:20 +00:00