prisma-query-builder
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Prisma Query Builder

A query builder that parse and builds a prisma query format based off your url query parameters (expressjs url format) Works with nestjs and any express js application

Usage

  • simply pass in your request query to a new instance of the query builder
  • req.query in regular express js app
  • @Query() query: any -- in a nestjs app
  • supports filtering, selection, sorting and pagination

Package Sidebar

Install

npm i prisma-query-builder

Weekly Downloads

0

Version

0.0.2

License

ISC

Unpacked Size

48.6 kB

Total Files

10

Last publish

Collaborators

  • his.favorite.fool