New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

prisma-apigenerator

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prisma-apigenerator

Auto generates the CRUD endpoints for mysql, postgres and sqlserver using prisma

  • 1.0.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

prisma-apigenerator

This package Auto generates the CRUD endpoints for mysql, postgres and sqlserver using prisma and it also support the apollo GraphQL and swagger. Swagger is auto generates when user selects the RestAPI type.

Installation & Usage

To install this package enter this command on your terminal:

npm install prisma-apigenerator
or
yarn add prisma-apigenerator

To use the functionality of this node module in your project you need to run the following command in terminal:

npx generatePrismaAPI

or else you can download this package globally in your system with this command:

npm install -g prisma-apigenerator
or
yarn global add prisma-apigenerator

To use the functionality of this node module Globally in your project you need to run the following command in terminal:

generatePrismaAPI

After run that command it will ask for some input regarding database and api type like:

Database Driver:
Database name:
Database port:
Database user:
Database password:
Database Host:
what you want to use?
1. RestAPI
2. GraphQL

user needs to enter that information to make auto generation possible.

FAQs

Package last updated on 24 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc