Runtime table API exposed as ctx.db.<tableName> inside server handlers.
Query builders are immutable from an app-author point of view: chain
where, orderBy, and limit, then finish with get() or all().
Inserts and updates return rows including Sporades-managed auto fields.
Runtime table API exposed as
ctx.db.<tableName>inside server handlers.Query builders are immutable from an app-author point of view: chain
where,orderBy, andlimit, then finish withget()orall(). Inserts and updates return rows including Sporades-managed auto fields.