File SystemEcosystem & Frameworks
Containerize a Bun application with Docker
This guide assumes you already have Docker Desktop installed.
Create a Discord bot
Discord.js runs on Bun with no extra setup. This guide builds a bot that answers a /ping slash command: you register the command once, then start the bot and
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.