taskchampion-sync-server/sqlite
Dustin J. Mitchell 5332d90c57
Improve error handling in the inmemory storage implementation. (#79)
Improve error handling in the inmemory storage

This addresses a TODO, in a type that is really only used for testing.

This also adds a test for a similar circumstance -- adding the same
version twice -- in the SQLite storage, but it is already handled
correctly.
2025-01-13 08:32:27 -05:00
..
src Improve error handling in the inmemory storage implementation. (#79) 2025-01-13 08:32:27 -05:00
tests Make storage transactions specific to a client_id (#67) 2024-11-27 00:09:03 -05:00
Cargo.toml Followup to the 0.5.0 release (#76) 2024-12-15 22:51:57 -05:00
README.md Split the server into three crates (#56) 2024-11-17 15:12:42 -05:00

taskchampion-sync-server-storage-sqlite

This crate implements a SQLite storage backend for the taskchampion-sync-server-core.