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.
- Host: GitHub
- URL: https://github.com/bulletsentence/burnout
- Owner: BulletSentence
- Created: 2022-03-18T21:12:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-20T18:04:31.000Z (over 4 years ago)
- Last Synced: 2025-05-23T11:11:18.943Z (about 1 year ago)
- Topics: nodejs, prisma
- Language: TypeScript
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.