2.0.0 • Published 2 years ago

rpa-prisma-module v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

1.9.97

2 years ago

1.9.96

2 years ago

1.9.95

2 years ago

1.9.94

2 years ago

1.9.93

2 years ago

1.9.92

2 years ago

1.9.91

2 years ago

1.9.9

2 years ago

1.9.8

2 years ago

1.9.7

2 years ago

1.9.6

2 years ago

1.9.5

2 years ago

1.9.4

2 years ago

1.9.3

2 years ago

1.9.2

2 years ago

1.9.1

2 years ago

1.9.0

2 years ago

1.8.1

2 years ago

1.8.0

2 years ago

1.7.1

2 years ago

1.7.0

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago