updated and runned and tested
This commit is contained in:
10
ServicesApi/prisma/schema.prisma
Normal file
10
ServicesApi/prisma/schema.prisma
Normal file
@@ -0,0 +1,10 @@
|
||||
generator client {
|
||||
provider = "prisma-client-js"
|
||||
binaryTargets = ["native", "linux-musl-openssl-3.0.x"]
|
||||
}
|
||||
|
||||
datasource db {
|
||||
provider = "postgresql"
|
||||
url = "postgresql://postgres:password@10.10.2.14:5432/sample_db?schema=public"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user