Interface: LakebaseConnectionInputs
Optional Lakebase Postgres connection fields shared by parsed addresses, resolver/env inputs, and resolved connections.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”branch?
Section titled “branch?”
optionalbranch?:string
Branch id within the project. Defaults to the project’s default branch.
database?
Section titled “database?”
optionaldatabase?:string
Postgres database name (PGDATABASE). Defaults to databricks_postgres.
endpoint?
Section titled “endpoint?”
optionalendpoint?:string
Canonical endpoint resource path (projects/.../endpoints/...), from
LAKEBASE_ENDPOINT. Defaults to the branch’s read-write endpoint.
optionalhost?:string
Postgres hostname (PGHOST). Defaults to the resolved endpoint’s host.
optionalport?:number
Postgres port (PGPORT). Defaults to 5432.
project?
Section titled “project?”
optionalproject?:string
Lakebase project id. Resolved from the workspace when unset.
sslMode?
Section titled “sslMode?”
optionalsslMode?:"require"|"disable"|"prefer"
Postgres TLS mode (PGSSLMODE). Defaults to require.