improved orm setup
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
generator dartClient {
|
||||
provider = "dart run orm"
|
||||
output = "../../../backend_dart/lib/infrastructure/persistence"
|
||||
output = "../../../backend_dart/lib/infrastructure/persistence/db"
|
||||
}
|
||||
|
||||
generator goClient {
|
||||
provider = "go run github.com/steebchen/prisma-client-go"
|
||||
output = "../../../backend-go/internal/infrastructure/persistence"
|
||||
output = "../../../backend-go/internal/infrastructure/persistence/db"
|
||||
}
|
||||
|
||||
datasource db {
|
||||
|
||||
Reference in New Issue
Block a user