Connections

Configuration required to setup a client connection to some data store. For supported databases see the Connectors

Connection

slug: string required

Unique identifier for the connection.

config: object | object required

Configuration details specific to the connection type.

Connection Config

connectionType: string [const] required
= "postgres"

Postgres connection type.

host: string required
port: number required
user: string required
password: string required
database: string required