@velastack/postgres
This library is used to interact with PostgreSQL.
handlePostgres
This function is used to configure the Postgres middleware in hooks.server.ts.
import { handlePostgres } from '@velastack/postgres';
export const handle = handlePostgres({
connectionString: POSTGRES_CONNECTION_STRING
})