database-schema-examples icon indicating copy to clipboard operation
database-schema-examples copied to clipboard

Database Schema Examples we strive to support in Prisma

Results 62 database-schema-examples issues
Sort by recently updated
recently updated
newest added

https://github.com/CrunchyData/crunchy-demo-data

PostgreSQL

https://hackolade.com/samplemodels.html > Models: Hackolade data models available for download:

MongoDB

https://www.kaggle.com/yelp-dataset/yelp-dataset/ https://www.yelp.com/dataset

MongoDB

replaces https://github.com/prisma/database-schema-examples/pull/87 TODO: - display width? precision? max length? - digits? - fractional seconds precision? - aliases?

``` SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; /*!50001 CREATE VIEW `inventory_stock_1` AS SELECT 1 AS `product_id`, 1 AS `website_id`, 1 AS `stock_id`, 1 AS `quantity`, 1 AS `is_salable`,...

via https://github.com/cockroachdb/movr/tree/master/sql

https://github.com/edent/Open-Source-Shakespeare https://github.com/catherinedevlin/opensourceshakespeare

PostgreSQL
MySQL

so you can actually add data to `parm_periode`

To make them work properly, we need to re-export the SQL with the right DB selection from the tool (project links see README)

This will be needed to create databases with testdata available. Tracking: notion.so/prismaio/Data-Generation-DB-a4c8a9de39a244a89e5d8bc3bf397214