feat: add mysql database

This commit is contained in:
Aman Varshney
2025-04-09 11:54:01 +05:30
parent 3cd9f31e01
commit c9b7e25e1d
25 changed files with 607 additions and 518 deletions

View File

@@ -33,6 +33,8 @@ export const dependencyVersionMap = {
"@libsql/client": "^0.14.0",
postgres: "^3.4.5",
mysql2: "^3.14.0",
"@prisma/client": "^6.5.0",
prisma: "^6.5.0",