Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-16T01:17:43.000Z (9 months ago)
- Last Synced: 2024-10-25T10:36:52.696Z (3 months 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: 42
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
npm install
npm run dev
``````
npm run deploy
```