Expand description
SQLite
backend implementation for PersistentMap
.
This module provides a SQLite
-based storage backend for PersistentMap
.
It uses tokio-rusqlite
for asynchronous SQLite
operations.
Structsยง
- Sqlite
Backend - A
SQLite
-based storage backend forPersistentMap
.