0.0.1 • Published 7 months ago

@jacobdr/prisma-postgresql-client-adapter v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

prisma-postgresql-client-adapter

THIS PROJECT IS A WORK IN PROGRESS

Developer

Setup

make install

Run Tests

make test

Compile

pnpm run compile

Production Build (before release)

pnpm run build

List available make targets

## without any args
make 
## or this is the same (help is the default target)
make help