tm-api-auth
v1.1.45
Published
Node.js auth library
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
