Typed database port interface. Exposes a typed Drizzle database instance for your schema.
The Drizzle schema type (e.g., typeof schema)
typeof schema
The underlying libSQL client instance. Use this for advanced operations not covered by Drizzle ORM.
The typed Drizzle database instance. Use this to query your database with full type safety.
Check whether the underlying database client 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.