Module sqlite

Source
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ยง

SqliteBackend
A SQLite-based storage backend for PersistentMap.