pace-rs / pace

Mindful Time Tracking: Simplify Your Focus and Boost Productivity Effortlessly.
https://pace.cli.rs
GNU Affero General Public License v3.0
19 stars 0 forks source link

Implement `ActivityStorage` and all related relevant traits for `DatabaseStorage` #89

Open simonsan opened 4 months ago

simonsan commented 4 months ago

Either make it general directly, so we can use a different database from the get go, or implement for SQLiteDatabaseStorage first and then generalize after first implementation.