feat: support optional read replicas (#2540)

This commit is contained in:
Lucas Smith
2026-02-25 19:07:02 +11:00
committed by GitHub
parent c112392da9
commit 6f5014a561
5 changed files with 38 additions and 3 deletions
+10
View File
@@ -18,6 +18,7 @@
"@libpdf/core": "^0.2.9",
"@lingui/conf": "^5.6.0",
"@lingui/core": "^5.6.0",
"@prisma/extension-read-replicas": "^0.4.1",
"ai": "^5.0.104",
"cron-parser": "^5.5.0",
"luxon": "^3.7.2",
@@ -12193,6 +12194,15 @@
"integrity": "sha512-gV7uOBQfAFlWDvPJdQxMT1aSRur3a0EkU/6cfbAC5isV67tKDWUrPauyaHNpB+wN1ebM4A9jn/f4gH+3iHSYSQ==",
"license": "Apache-2.0"
},
"node_modules/@prisma/extension-read-replicas": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/@prisma/extension-read-replicas/-/extension-read-replicas-0.4.1.tgz",
"integrity": "sha512-mCMDloqUKUwx2o5uedTs1FHX3Nxdt1GdRMoeyp1JggjiwOALmIYWhxfIN08M2BZ0w8SKwvJqicJZMjkQYkkijw==",
"license": "Apache-2.0",
"peerDependencies": {
"@prisma/client": "^6.5.0"
}
},
"node_modules/@prisma/fetch-engine": {
"version": "6.19.0",
"resolved": "https://registry.npmjs.org/@prisma/fetch-engine/-/fetch-engine-6.19.0.tgz",