setup drizzle for d1 & create db schema

This commit is contained in:
Michi 2025-09-08 22:03:42 +02:00
parent 3c197d8ebe
commit fc3b1d1af5
8 changed files with 824 additions and 12 deletions

View file

@ -6,4 +6,12 @@ Send request
```bash
curl -H "Authorization: Bearer insecure-token" http://127.0.0.1:8787/notification/list
```
## Update cloudflare d1 db
DB scheme is defined in typescript
apply changes
```bash
npx drizzle-kit push
```