Issue Pushing Schema to Turso
Hi All,
I made a schema.ts with
sqliteTable
statements, and I created a drizzle.config.ts
as follows:
And when I try running pnpm drizzle-kit push:sqlite
, I get the following error regarding that it cannot find module better-sqlite3:
Am I not pushing the schema properly with the command drizzle-kit push:sqlite
?
Thank you!2 Replies