Hey, maybe you can put sqlite as optional dependency?
Then you can do something like bun install --omit=optional to skip sqlite installation
Here's the link to the docs https://bun.sh/docs/cli/install#omitting-dependencies
1 messages · Page 1 of 1 (latest)
Hey, maybe you can put sqlite as optional dependency?
Then you can do something like bun install --omit=optional to skip sqlite installation
Here's the link to the docs https://bun.sh/docs/cli/install#omitting-dependencies
I can think of a few ways, but those libs realistically aren't that big to be worth the hassle and madness
bun i, i may still be wanting to use node runtimeif you care enough and your users are smart, you could make adaptors for your user to install and then use whatever is installed, but eh
lol fair
personally, id say this is the best solution as i mentioned earlier many want to use bun install but not go full in with runtime