prisma-postgresql-client-adapter
v1.0.0
Published
**THIS PROJECT IS A WORK IN PROGRESS**
Downloads
4
Readme
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