Drizzle ORM example with bun:sqlite module. Blazingly fast ⚡️
bun install
bun run src/index.ts
bunjs docs, quick installation guide:
## Native: (macOS x64 & Silicon, Linux x64, Windows Subsystem for Linux)
curl -fsSL https://bun.sh/install | bash
## Homebrew: (MacOS and Linux)
brew tap oven-sh/bun
brew install bun
## upgrade if you have outdated version
bun upgrade