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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    1
  • 0.0.1
    0

Package Sidebar

Install

npm i prisma-query-builder

Weekly Downloads

1

Version

0.0.2

License

ISC

Unpacked Size

48.6 kB

Total Files

10

Last publish

Collaborators

  • his.favorite.fool