From 550ec3be86316f8fc189ba5052424b7d109a6918 Mon Sep 17 00:00:00 2001 From: Lakhan Samani Date: Mon, 28 Jun 2021 20:44:26 +0530 Subject: [PATCH] Update ROADMAP.md --- ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index e862faf..d940786 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -6,7 +6,7 @@ This document contains detailed information about the project scope and future r - [ ] Create boilerplate for server - [ ] Use golang as server side language - - [ ] Use [Prisma.io](https://github.com/prisma/prisma-client-go) as ORM + - [ ] Use [gorm](https://github.com/go-gorm/gorm) as ORM - [ ] Define base schema for user - [ ] Define the auth schemes and variables required for that - [ ] Basic Auth (Username & Password based)