Expand description
Legacy JSON-first SQLite query engine.
This module preserves the original JSON-returning API for backward compatibility.
New code should use the typed SqliteEngine from engine.rs instead.
Structsยง
- Sqlite
Json Row - Result of a query operation (JSON-based).
- Sqlite
RawEngine - Legacy SQLite query engine with JSON results.