https://github.com/cdbrw/cfw-bun-hono-drizzle
Cloudflare Worker using Bun as the package manager, Hono for routing and Drizzle ORM to query the D1 database
https://github.com/cdbrw/cfw-bun-hono-drizzle
bun cloudflare cloudflare-d1 cloudflare-d1-with-drizzle-orm cloudflare-workers drizzle-orm hono honojs
Last synced: 16 days ago
JSON representation
Cloudflare Worker using Bun as the package manager, Hono for routing and Drizzle ORM to query the D1 database
- Host: GitHub
- URL: https://github.com/cdbrw/cfw-bun-hono-drizzle
- Owner: cdbrw
- Created: 2024-03-18T20:27:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-16T01:17:43.000Z (12 months ago)
- Last Synced: 2025-03-27T17:11:29.544Z (about 1 month ago)
- Topics: bun, cloudflare, cloudflare-d1, cloudflare-d1-with-drizzle-orm, cloudflare-workers, drizzle-orm, hono, honojs
- Language: TypeScript
- Homepage: https://youtu.be/PxWleEgi3Hw
- Size: 20.5 KB
- Stars: 50
- Watchers: 1
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
npm install
npm run dev
``````
npm run deploy
```