Skip to content

Function: ensureSchema()

ensureSchema<S>(options): Promise<void>

Defined in: server/src/server-db.ts:40

Run all CREATE TABLE / CREATE INDEX statements for the schema plus the plasma internal tables. Idempotent — safe to call every boot.

S extends Record<string, AnyTable>

ServerDbOptions<S>

Promise<void>