Skip to main content

@skip-adapter/postgres

This is an adapter to connect PostgreSQL to the Skip Framework, allowing tables of a PostgreSQL database to be exposed as Skip collections.

Type Aliases

Type aliasDescription
PostgresPKeyPostgres data types supported for use as Skip collection keys.

Classes

ClassDescription
PostgresExternalServiceAn ExternalService wrapping a PostgreSQL database.
SkipPostgresErrorException indicating an error while establishing the connection between PostgreSQL and Skip.