File SystemEcosystem & Frameworks
Use Gel with Bun
Gel (formerly EdgeDB) is a graph-relational database built on Postgres. It provides a declarative schema language, migrations system, and object-oriented query
Use Drizzle ORM with Bun
Drizzle is an ORM that supports both a SQL-like "query builder" API and an ORM-like Queries API . It supports the bun:sqlite built-in module.
Build an HTTP server using Elysia and Bun
Elysia is a Bun-first web framework built on Bun's HTTP, file system, and hot reloading APIs. Get started with bun create .