2.0.0 • Published 10 months ago

rpa-prisma-module v2.0.0

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

10 months ago

1.9.97

11 months ago

1.9.96

11 months ago

1.9.95

11 months ago

1.9.94

11 months ago

1.9.93

11 months ago

1.9.92

11 months ago

1.9.91

11 months ago

1.9.9

11 months ago

1.9.8

11 months ago

1.9.7

11 months ago

1.9.6

11 months ago

1.9.5

11 months ago

1.9.4

11 months ago

1.9.3

11 months ago

1.9.2

11 months ago

1.9.1

11 months ago

1.9.0

11 months ago

1.8.1

11 months ago

1.8.0

11 months ago

1.7.1

11 months ago

1.7.0

11 months ago

1.6.0

11 months ago

1.5.0

11 months ago

1.4.0

11 months ago

1.3.0

11 months ago

1.2.0

11 months ago

1.1.0

11 months ago

1.0.0

11 months ago