Expand description
This crate implements a SQLite storage backend for the TaskChampion sync server.
Use the SqliteStorage
type as an implementation of the Storage
trait.
This crate is intended for small deployments of a sync server, supporting one or a small number
of users. The schema for the database is considered an implementation detail. For more robust
database support, consider taskchampion-sync-server-storage-postgres
.
Structsยง
- Sqlite
Storage - An on-disk storage backend which uses SQLite.