2.0.0 • Published 3 years ago

rpa-prisma-module v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Create project setup

Create a project directory and navigate into it then initialize a Node.js project:

npm init -y
npm install prisma --save-dev

You can now invoke the Prisma CLI by prefixing it with npx:

npx prisma

Create your Prisma schema file:

npx prisma init

Set the url field of the datasource block in your Prisma schema to your database connection URL:

postgresql://USER:PASSWORD@HOST:PORT/DATABASE?schema=SCHEMA

Map your data model to the database schema:

npx prisma migrate dev --name init
2.0.0

3 years ago

1.9.97

3 years ago

1.9.96

3 years ago

1.9.95

3 years ago

1.9.94

3 years ago

1.9.93

3 years ago

1.9.92

3 years ago

1.9.91

3 years ago

1.9.9

3 years ago

1.9.8

3 years ago

1.9.7

3 years ago

1.9.6

3 years ago

1.9.5

3 years ago

1.9.4

3 years ago

1.9.3

3 years ago

1.9.2

3 years ago

1.9.1

3 years ago

1.9.0

3 years ago

1.8.1

3 years ago

1.8.0

3 years ago

1.7.1

3 years ago

1.7.0

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago