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: 3 months ago
JSON representation

Database Schema Examples we strive to support in Prisma

Lists

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.