Teco Tutorials
  • Home
  • Tags
  • Useful Tools
  • Author

Prisma

A collection of 4 posts
Handle a Many-to-Many relationship with Prisma and Node.js
Prisma

Handle a Many-to-Many relationship with Prisma and Node.js

In this post, we will see how to create a many-to-many relationship with the Prisma schema and then, create, retrieve and delete data from the database.
Jul 26, 2022 — 5 min read
Connect a Node.js application with MongoDB using Prisma
Node.js

Connect a Node.js application with MongoDB using Prisma

In this post, we will see how to use Prisma to define the Schema of our Mongo database and then perform CRUD actions in a Node.js application with Typescript.
Jul 23, 2022 — 7 min read
Photo by Neil Thomas / Unsplash
Prisma

Understand the shadow database feature of Prisma ORM

When running a Prisma migration on a cloud-hosted database, you need a shadow database to see your migration succeed. In this post, we will see why it is required.
Feb 3, 2022 — 6 min read
Using Prisma ORM to build a Node.js application with MySQL
Node.js

Using Prisma ORM to build a Node.js application with MySQL

In this tutorial, we will see how to use Prisma with MySQL by defining our database structure, generating migrations, and performing CRUD operations.
Jun 25, 2022 — 8 min read
Teco Tutorials © 2023
  • Twitter
  • GitHub
  • LinkedIn
Powered by Ghost