Type Alias: ConnectDatabaseResult
type ConnectDatabaseResult = object;Defined in: packages/sdk/src/index.ts:250
SK-DBCONN-001 — response from client.databases.connect(). pkLive
is the freshly-minted publishable per-DB key; schemaPreview is the
rendered schema text the surface shows as the connect confirmation.
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
dbId |
string |
packages/sdk/src/index.ts:251 |
engine |
string |
packages/sdk/src/index.ts:253 |
name |
string |
packages/sdk/src/index.ts:252 |
pkLive |
string | null |
packages/sdk/src/index.ts:255 |
schemaPreview |
string |
packages/sdk/src/index.ts:254 |