Closed
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!