drizzle-team / drizzle-orm

Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too 😅
https://orm.drizzle.team
Apache License 2.0
21.44k stars 484 forks source link

Support for txiki sqlite driver #2551

Open KaruroChori opened 4 days ago

KaruroChori commented 4 days ago

I added support for the txiki runtime by supporting its sqlite driver. The code is mostly derived from that of bun. It has not been extensively tested yet.

I had to patch a type in drizzle-orm/src/txiki-sqlite/driver.ts which is totally unrelated, but it would have not let me build the dist otherwise.