Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apollo-level2-web-dev/prismamastery
https://github.com/apollo-level2-web-dev/prismamastery
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/apollo-level2-web-dev/prismamastery
- Owner: Apollo-Level2-Web-Dev
- Created: 2024-03-02T15:50:45.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-12T04:54:16.000Z (10 months ago)
- Last Synced: 2024-03-12T05:39:40.109Z (10 months ago)
- Language: TypeScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PrismaMastery
## Introduction
Welcome to the PrismaMastery repository! This repository is part of the Advance Web Development course offered by Programming Hero. Here, you'll find resources and tutorials related to Prisma, a modern database toolkit for Node.js and TypeScript.## Description
This course is designed to help you master Prisma, an essential tool for modern web development. Prisma simplifies database access, making it easier to build scalable and efficient applications. Throughout the course, you'll learn how to set up Prisma, integrate it into your projects, and leverage its features to streamline your development workflow.## Important Links
| Title | Links |
| ------------- | ---------------------- |
| Prisma Official Website | [https://www.prisma.io/](https://www.prisma.io/) |
| Prisma Official YouTube | [https://www.youtube.com/@PrismaData](https://www.youtube.com/@PrismaData) |
| Create project setup | [https://www.prisma.io/docs/getting-started/setup-prisma/start-from-scratch/relational-databases-typescript-postgresql](https://www.prisma.io/docs/getting-started/setup-prisma/start-from-scratch/relational-databases-typescript-postgresql) |
| Logging | [https://www.prisma.io/docs/orm/prisma-client/observability-and-logging/logging](https://www.prisma.io/docs/orm/prisma-client/observability-and-logging/logging) |
| Relation Queries | [https://www.prisma.io/docs/orm/prisma-client/queries/relation-queries](https://www.prisma.io/docs/orm/prisma-client/queries/relation-queries) |
| Aggregation, grouping, and summarizing | [https://www.prisma.io/docs/orm/prisma-client/queries/aggregation-grouping-summarizing](https://www.prisma.io/docs/orm/prisma-client/queries/aggregation-grouping-summarizing) |
| Transactions and batch queries | [https://www.prisma.io/docs/orm/prisma-client/queries/transactions](https://www.prisma.io/docs/orm/prisma-client/queries/transactions) |
| Raw queries | [https://www.prisma.io/docs/orm/prisma-client/queries/raw-database-access/raw-queries](https://www.prisma.io/docs/orm/prisma-client/queries/raw-database-access/raw-queries) |
| Prisma Playground | [https://playground.prisma.io/](https://playground.prisma.io/) |*Happy learning, and welcome to the world of Prisma!*