This should be the best option to use SQLite in Deno, unfortunately the default SQLiteDialect in Kysely only understands the `better-sqlite3` API. Is it possible to provide a Kysely dialect, or be compatible with the `better-sqlite3` API?
This should be the best option to use SQLite in Deno, unfortunately the default SQLiteDialect in Kysely only understands the
better-sqlite3API.Is it possible to provide a Kysely dialect, or be compatible with the
better-sqlite3API?