This is a template to start your project with MySQL, Drizzle, tRPC and zod. Check Drizzle docs if you want to implement different database.
npm run drizzle:generate
(they will appear in /src/db/migrations)npm run drizzle:push
To pull schema from existing db you can run npm run drizzle:introspect
Be aware of config files while changing file structure ❗