Skip to main content

Module vtab

Module vtab 

Source
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§

OpenDalCursor
Cursor for iterating through virtual table results
OpenDalTable
Virtual table for cloud storage backends