add mysql in stack architech

This commit is contained in:
Aman Varshney
2025-04-09 15:13:10 +05:30
parent 9222c1e455
commit 3f38a69b73
2 changed files with 11 additions and 4 deletions

View File

@@ -98,6 +98,13 @@ export const TECH_OPTIONS = {
icon: "🐘",
color: "from-indigo-400 to-indigo-600",
},
{
id: "mysql",
name: "MySQL",
description: "Popular relational database",
icon: "🐬",
color: "from-blue-500 to-blue-700",
},
{
id: "mongodb",
name: "MongoDB",