← Back to context

Comment by pyrolistical

11 days ago

I love coding with bun. It comes with everything.

For my projects I don’t even need any additional dependencies. I use vanilla dom and sqlite

The built-in sqlite and testing functionality is the reason I started using it over pnpm/Node.

  • Node has both built-in sqlite and testing functionality. Lots of reasons to like bun! But these two are interesting ones...