1.3.0 • Published 2 years ago

@prisma-util/schema-creator v1.3.0

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

What is Schema Creator?

Schema Creator is a package made to simplify creating schemas using Prisma Util and Javascript code, by defining an easy-to-use interface for developers.

How to Use?

npm i @prisma-util/schema-creator

Schema Creator uses chaining, so you can call model() or enum() on any object that it returns, and you should not instantiate the class yourself.

Documentation

The documentation has been moved to the official Prisma Util documentation. Click here to read the documentation for @prisma-util/schema-creator.