Function: ensureSchema()
Function: ensureSchema()
Section titled “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.
Type Parameters
Section titled “Type Parameters”S extends Record<string, AnyTable>
Parameters
Section titled “Parameters”options
Section titled “options”Returns
Section titled “Returns”Promise<void>