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

@@ -18,10 +18,12 @@
"persistent": true
},
"db:push": {
"cache": false
"cache": false,
"persistent": true
},
"db:studio": {
"cache": false
"cache": false,
"persistent": true
}
}
}