initial persistence commit

Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io>
This commit is contained in:
2025-11-16 11:50:16 +00:00
parent 2bad250a04
commit 1bd664fd2a
16 changed files with 4262 additions and 10 deletions

View File

@@ -24,6 +24,7 @@ mod error;
mod models;
mod db;
pub mod sync;
pub mod persistence;
pub use error::{ChatDbError, Result};
pub use models::{Message, Chat};