@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 alias | Description |
---|---|
PostgresPKey | Postgres data types supported for use as Skip collection keys. |
Classes
Class | Description |
---|---|
PostgresExternalService | An ExternalService wrapping a PostgreSQL database. |
SkipPostgresError | Exception indicating an error while establishing the connection between PostgreSQL and Skip. |