Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/apollo-level2-web-dev/prismamastery


https://github.com/apollo-level2-web-dev/prismamastery

Last synced: 24 days ago
JSON representation

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!*