-
-
Notifications
You must be signed in to change notification settings - Fork 432
Closed
Labels
Description
Thank you for your hard work creating a wonderful library for sqlite.
Background
I am running better-sqlite3 in a turborepo with Cloudflare D1. My pnpm install times are 22 seconds, even with turborepo cache enabled.
Most of the total time is spent on this step:
node_modules/better-sqlite3: Running install script, done in 20.6s
How to reproduce
Call to action
What is happening in this install script? Can it be cached? Any recommendations are much appreciated!
Desttro, ItsWendell, coniferconcepts, Tomek20225, Death666Machine and 3 moreItsWendell and Death666Machine