Skip to main content

Setup Microservice Databases

Microservices typically make use of a variety of database stores. The following command will create the required databases, migrate them to the latest state, and fill them with relevant data.

nx run-many --all --target=prisma-generate --parallel=1
nx run-many --all --target=prisma-migrate
nx run-many --all --target=prisma-seed