In this tutorial video, we will go through the steps of creating a simple CRUD (Create, Read, Update, Delete) application using the Golang programming language and the Prisma Object-Relational Mapping (ORM) tool. Prisma is a powerful and efficient ORM for Golang, enabling us to interact with databases in a more straightforward and structured way.
TimeStamp:
00:00:00 Introduction
00:00:30 Setup Golang
00:05:43 Add Prisma & Connection DB
00:10:04 Add model table
00:11:08 Add repository layer
00:18:12 Add service layer
00:25:25 Add controller layer
00:30:12 Add router
00:33:09 Testing
#golanguage #prismaorm