Module taskchampion::storage

source ·

Re-exports§

Structs§

  • InMemoryStorage is a simple in-memory task storage implementation. It is not useful for production data, but is useful for testing purposes.
  • SqliteStorage is an on-disk storage backed by SQLite3.

Enums§

  • A ReplicaOp defines a single change to the task database, as stored locally in the replica. This contains additional information not included in SyncOp.
  • The configuration required for a replica’s storage.

Traits§

Type Aliases§

  • An in-memory representation of a task as a simple hashmap