Kallo
DTDrizzle Team
•Created by ibrahimyaacob on 10/7/2023 in #help
push:sqlite cannot find module 'better-sqlite3'
same, has occured to me twice on two different databases. Went from working db's to erroring out on basic migrations and pushes, to to this.
3 replies
DTDrizzle Team
•Created by Kallo on 10/8/2023 in #help
SQL_PARSE_ERROR with Turso + Drizzle
It may also be worth mentioning that I had an error that better-sqlite3 was missing when pushing, which is when this whole thing started. I uninstalled and reinstalled drizzle-kit and drizzle-orm to see if it would install better-sqlite3 as a peer dep again since I saw it in the lock file.
It did not really work. I wound up just installing better-sqlite3 and that's when I started getting the current set of errors that I am describing above. Hopefully that sheds more light on the situation.
2 replies