Expand description
SQLite virtual table implementation
This module implements the SQLite virtual table interface using rusqlite’s vtab API. It connects SQLite queries to our StorageBackend trait implementations.
Structs§
- Open
DalCursor - Cursor for iterating through virtual table results
- Open
DalTable - Virtual table for cloud storage backends