init routing, init db connection

This commit is contained in:
valitovgaziz
2024-08-04 23:28:09 +05:00
parent c13d5a8ee8
commit 2669e0be51
7 changed files with 202 additions and 27 deletions
+5
View File
@@ -0,0 +1,5 @@
package psql
import "gorm.io/gorm"
var PSQL_GORM_DB *gorm.DB