The documentation cites drizzle-orm can be used with node:sqlite, and has a page for it: https://orm.drizzle.team/docs/get-started/node-sqlite-new
There is however no drizzle-orm/node-sqlite export. Or, as far as I have searched the codebase, any file that imports "node:sqlite" or "sqlite" (unqualified). drizzle-team/drizzle-orm#2648 is still an open issue which makes me guess this documentation was hallucinated (possibly based on drizzle-team/drizzle-orm#4346 existing)
The commit that added this is 5e7ebff
The documentation cites drizzle-orm can be used with node:sqlite, and has a page for it: https://orm.drizzle.team/docs/get-started/node-sqlite-new
There is however no
drizzle-orm/node-sqliteexport. Or, as far as I have searched the codebase, any file that imports"node:sqlite"or"sqlite"(unqualified). drizzle-team/drizzle-orm#2648 is still an open issue which makes me guess this documentation was hallucinated (possibly based on drizzle-team/drizzle-orm#4346 existing)The commit that added this is 5e7ebff