Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prisma/database-schema-examples
Database Schema Examples we strive to support in Prisma
https://github.com/prisma/database-schema-examples
database-schemas mysql postgresql prisma prisma2 sqlite
Last synced: 1 day ago
JSON representation
Database Schema Examples we strive to support in Prisma
- Host: GitHub
- URL: https://github.com/prisma/database-schema-examples
- Owner: prisma
- Created: 2019-02-04T14:04:22.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T21:06:05.000Z (over 1 year ago)
- Last Synced: 2024-08-01T22:51:48.356Z (3 months ago)
- Topics: database-schemas, mysql, postgresql, prisma, prisma2, sqlite
- Language: TSQL
- Homepage:
- Size: 24.1 MB
- Stars: 205
- Watchers: 27
- Forks: 48
- Open Issues: 62
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Database Schema Examples
This repository contains examples for database schemas, grouped by database. Useful whenever we need a real world example, for example for testing [Prisma Introspection](https://www.prisma.io/docs/reference/tools-and-interfaces/introspection) or [Prisma Client](https://www.prisma.io/docs/reference/tools-and-interfaces/prisma-client).
Each example folder contains a `README.md` that contains the link to the original source of the example. It also mentions changes that were applied compared to the original source.