569 B
569 B
Drizzle
npm run db:generate to create any migration files from the schema
npm run db:migrate to actually apply the migrations to the db
npm run db:push to basically push straight from schema to db
What's included?
T3
This is a T3 Stack project bootstrapped with create-t3-app.