Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nchhillar2004/prisma-schema-blueprints
Advanced Prisma schemas for large-scale applications. Includes MySQL and other databases.
https://github.com/nchhillar2004/prisma-schema-blueprints
data-structures database prisma prisma-schema
Last synced: about 12 hours ago
JSON representation
Advanced Prisma schemas for large-scale applications. Includes MySQL and other databases.
- Host: GitHub
- URL: https://github.com/nchhillar2004/prisma-schema-blueprints
- Owner: nchhillar2004
- Created: 2024-08-16T11:17:14.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T11:29:03.000Z (4 months ago)
- Last Synced: 2024-11-06T17:48:49.413Z (about 2 months ago)
- Topics: data-structures, database, prisma, prisma-schema
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prisma Schema Blueprints
## Overview
Welcome to the **Prisma Schema Blueprints** repository! This project offers a collection of advanced and optimized Prisma schemas for large applications. It supports MySQL and other databases, focusing on scalability, efficiency, and best practices.
## Schemas
- [**Social media web app (MySQL)**](https://github.com/nchhillar2004/Prisma-Schema-Blueprints/blob/main/Social-Media-MySQL.prisma) Tables/ Features: Posts, Users, Comments, Likes, Followers, Following, Mails, Banned, etc...
- [**Q&A website (MongoDB)**](https://github.com/nchhillar2004/Prisma-Schema-Blueprints/blob/main/Q&A-MongoDB.prisma) Tables/Features: Posts, Questions, Answers, Comments, Users, etc...## Features
- **Advanced Schema Designs:** Ready-to-use schema structures for complex and high-demand applications.
- **Multi-Database Support:** Configurations for MySQL and other popular databases.
- **Scalability & Performance:** Optimized for performance and scalability.
- **Best Practices:** Implementations based on industry best practices.### Prerequisites
- [Prisma](https://www.prisma.io/)
- [Node.js](https://nodejs.org/)
- A compatible database (MySQL, PostgreSQL, etc.)### Installation
1. Clone the repository:
```bash
git clone https://github.com/nchhillar2004/Prisma-Schema-Blueprints.git