most of the working app

This commit is contained in:
allanice001
2025-09-16 22:26:53 +01:00
parent d83efa4068
commit 2f432239b8
16 changed files with 4698 additions and 49 deletions

16
atlas.hcl Normal file
View File

@@ -0,0 +1,16 @@
data "external_schema" "gorm" {
program = [
"go",
"run",
"-mod=mod",
"ariga.io/atlas-provider-gorm",
"load",
"--path", "./models",
"--dialect", "postgresql",
]
}
env "gorm" {
src = data.external_schema.gorm.url
dev = "postgresql://dev"
}