I'm creating a new TypeScript project using Bun
I'm creating a new TypeScript project using Bun. Loving it so far. Lightning fast and easy to use.
Look how little code I need to create a REST API that queries a SQLite DB!
Bun has built in SQLite and HTTP server support, so my package.json is super lean. Just Bun and TS! 🔥

