add mongoose orm to the stack builder (#191)

This commit is contained in:
José Alberto Gómez García
2025-05-02 15:23:04 +02:00
committed by GitHub
parent 946f3eb421
commit 437cf9a45a
15 changed files with 524 additions and 273 deletions

View File

@@ -192,6 +192,13 @@ export const TECH_OPTIONS = {
icon: "/icon/prisma.svg",
color: "from-purple-400 to-purple-600",
},
{
id: "mongoose",
name: "Mongoose",
description: "Elegant object modeling tool",
icon: "/icon/mongoose.svg",
color: "from-blue-400 to-blue-600",
},
{
id: "none",
name: "No ORM",