Type Alias: CreateDatabaseResult
type CreateDatabaseResult = object;Defined in: packages/sdk/src/index.ts:223
Response from client.createDatabase() — surfaces the new dbId, the resolved engine, and the publishable per-DB key.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
connectionString? |
string |
- | packages/sdk/src/index.ts:230 |
dbId |
string |
- | packages/sdk/src/index.ts:224 |
engine |
Engine |
SK-DB-010 — the engine the API actually provisioned. Always present so callers don’t have to re-resolve from the slug. | packages/sdk/src/index.ts:228 |
pkLive |
string |
- | packages/sdk/src/index.ts:229 |
slug |
string |
- | packages/sdk/src/index.ts:225 |