An open API service indexing awesome lists of open source software.

https://github.com/bulletsentence/burnout

A project using Prisma , a declarative way to define your app's data models and their relations that's human-readable.
https://github.com/bulletsentence/burnout

nodejs prisma

Last synced: about 1 month ago
JSON representation

A project using Prisma , a declarative way to define your app's data models and their relations that's human-readable.

Awesome Lists containing this project

README

          

# BurnOut
Prisma Client is a query builder that composes the way you think and gets auto-generated from the Prisma schema with types tailored to your app. We designed the API to be intuitive for both SQL veterans and people brand new to databases.

Based on the Prisma Schema, Prisma Migrate automatically generates SQL database migrations, that are fully customizable. For quick data model prototyping in development,prisma db push lets you make changes to the database without generating migration files.