Expand description
In-memory SQLite engine used by $sqlquery-run.
One connection per request. Each depends-on ViewDefinition is materialized into a named table; the user’s SQL then runs against those tables.
Structs§
- Column
Schema - One column in a materialized table.
- InMemory
SqlEngine - The in-memory SQLite engine.
- Query
Result - Result of running the user query.
- Table
Schema - Per-table schema: the column list (order matters for INSERT).
Enums§
- Column
Fhir Type - FHIR type code for a column. Mirrors the value-set used by
ViewDefinition.select.column.typeso we can pick the correct value[X] when rendering_format=fhir.