punch-memory
Persistence layer for the Punch Agent Combat System.
All storage is backed by SQLite via rusqlite. The [MemorySubstrate]
wraps a connection behind a tokio::sync::Mutex so it can be shared
safely across async tasks.
Persistence layer for the Punch Agent Combat System.
All storage is backed by SQLite via rusqlite. The [MemorySubstrate]
wraps a connection behind a tokio::sync::Mutex so it can be shared
safely across async tasks.