Skip to main content

Module sqlite_backend

Module sqlite_backend 

Source
Expand description

SQLite implementation of the StorageBackend trait (ENG-15)

This module provides a SQLite-based storage backend that implements the StorageBackend trait, allowing the existing SQLite storage to be used through the abstracted interface.

Structsยง

SqliteBackend
SQLite-based storage backend