Creates a SQLite adapter implementing CollegeDB's SQL contract.
Supports both execute-style clients and prepare/run/get/all statement clients.
For Drizzle-backed SQLite/D1 clients, pass the Drizzle DB instance as
client and the Drizzle sql helper as the second argument.
SQLite client
Optional Drizzle sql helper for Drizzle interop
SQLDatabase-compatible adapter
Creates a SQLite adapter implementing CollegeDB's SQL contract.
Supports both execute-style clients and prepare/run/get/all statement clients.
For Drizzle-backed SQLite/D1 clients, pass the Drizzle DB instance as
clientand the Drizzlesqlhelper as the second argument.