tm-api-common
v1.0.30
Published
Node.js server configuration for various projects with RabbitMQ
Readme
Prisma
Install prisma
npm install prisma --save-devInstall deps for the db
npx prisma init --datasource-provider mysqlRun a migration
npx prisma migrate dev --name [migrationName]Pull the migration into the db
npx prisma pull dbGenerate the prisma client
npx prisma generate
