We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b79eb01 commit e071a38Copy full SHA for e071a38
README.md
@@ -63,6 +63,30 @@ bun run format
63
bun run type-check
64
```
65
66
+**Generate Database Migrations**
67
+
68
+```bash
69
+bun run db:generate
70
+```
71
72
+**Run Database Migrations**
73
74
75
+bun run db:migrate
76
77
78
+**Push Database Migrations**
79
80
81
+bun run db:push
82
83
84
+**Start Database Admin**
85
86
87
+bun run db:studio
88
89
90
**Build for Production**
91
92
```bash
0 commit comments