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.
Typed database port interface. Exposes a typed Drizzle database instance for your schema.