Typed database port interface. Exposes a typed Drizzle database instance for your schema.
The Drizzle schema type (e.g., typeof schema)
typeof schema
The typed Drizzle database instance. Use this to query your database with full type safety.
The underlying node-postgres connection pool. Use this for advanced operations not covered by Drizzle ORM.
Check whether the underlying database pool can run a cheap read query.
Intended for app-owned readiness endpoints. This does not run migrations or mutate schema.
Typed database port interface. Exposes a typed Drizzle database instance for your schema.