Rename database environment variables for consistency

This commit is contained in:
Aman Varshney
2025-04-09 08:42:23 +05:30
parent 33a43fcf14
commit 7504d2734f
10 changed files with 23 additions and 26 deletions

View File

@@ -22,7 +22,7 @@ export async function getORMChoice(
{
value: "drizzle",
label: "Drizzle",
hint: "Type-safe, lightweight ORM",
hint: "lightweight and performant TypeScript ORM",
},
{
value: "prisma",