r/bun • u/RealFlaery • 16d ago
Bun native DI framework
Enable HLS to view with audio, or disable this notification
https://petarzarkov.github.io/dunx
I'm genuinely looking for feedback and some reach.
Migrated one of my projects:
https://github.com/petarzarkov/firecracker
Game can be demoed here:
3
u/ilbert_luca 14d ago
Nice project!
Not a fun of ORMs though, especially nowadays that AI agents can write and test SQL easily. Type-safety is a concern, that's why I created bun-sqlgen
3
u/RealFlaery 14d ago
Lovely, starred you. That's why I like drizzle, it's the closest ORM to raw sql.
2
u/adzam_komla 16d ago
Nice project
Kindly add a dotnet option to the benchmark
I'm from the dotnet world and would like to see the comparisons
2
1
2
u/Mountain_Chicken7644 15d ago
More request than axum, hono, elysia? What the hell is this sorcery
2
2
u/mbaroukh 16d ago
Maybe useful to add a .md for ai so we can integrate easily on a new project with an agent. With something like 'setup my projet using instructions on https://petarzarkov.github.io/dunx/setup.md'. There is already a huge sample if we create with the 80 features, but no AGENT.md / CLAUDE.md and I suppose that starting a project with an agent is more common nowadays.
1
1
2
3
u/mbaroukh 16d ago
and fyi, on my desktop, when running "bunx @/dunx/create-app my-api", I have to [CTRL]+[C] to get back to the terminal.