Skip to main content

Module raw

Module raw 

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

SqliteJsonRow
Result of a query operation (JSON-based).
SqliteRawEngine
Legacy SQLite query engine with JSON results.