Skip to content

Commit e071a38

Browse files
committed
README: db npm scripts added
1 parent b79eb01 commit e071a38

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

+24
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,30 @@ bun run format
6363
bun run type-check
6464
```
6565

66+
**Generate Database Migrations**
67+
68+
```bash
69+
bun run db:generate
70+
```
71+
72+
**Run Database Migrations**
73+
74+
```bash
75+
bun run db:migrate
76+
```
77+
78+
**Push Database Migrations**
79+
80+
```bash
81+
bun run db:push
82+
```
83+
84+
**Start Database Admin**
85+
86+
```bash
87+
bun run db:studio
88+
```
89+
6690
**Build for Production**
6791

6892
```bash

0 commit comments

Comments
 (0)