Skip to content

@sqlrooms/db / DbConnection

Type Alias: DbConnection

DbConnection = object

Declarative connection metadata used by the orchestration layer.

Type Declaration

NameTypeDescription
idstring-
engineIdstring-
titlestring-
runtimeSupport"browser" | "server" | "both"-
requiresBridgeboolean-
bridgeId?string-
isCoreboolean-
config?Record<string, string>Engine-specific configuration (e.g. dsn, account, warehouse).