prisma-sql 1.63.0 → 1.64.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generator.cjs +1 -1
- package/dist/generator.cjs.map +1 -1
- package/dist/generator.js +1 -1
- package/dist/generator.js.map +1 -1
- package/package.json +1 -1
- package/readme.md +2 -2
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -1155,7 +1155,7 @@ Compare with Prisma's query log:
|
|
|
1155
1155
|
new PrismaClient({ log: ['query'] })
|
|
1156
1156
|
```
|
|
1157
1157
|
|
|
1158
|
-
File an issue if results differ: https://github.com/multipliedtwice/prisma-sql/issues
|
|
1158
|
+
File an issue if results differ: https://github.com/multipliedtwice/prisma-to-sql/issues
|
|
1159
1159
|
|
|
1160
1160
|
### "Connection pool exhausted"
|
|
1161
1161
|
|
|
@@ -1235,7 +1235,7 @@ A: Not yet. `$batch` is currently PostgreSQL only. SQLite support coming soon.
|
|
|
1235
1235
|
To run examples locally:
|
|
1236
1236
|
|
|
1237
1237
|
```bash
|
|
1238
|
-
git clone https://github.com/multipliedtwice/prisma-sql
|
|
1238
|
+
git clone https://github.com/multipliedtwice/prisma-to-sql
|
|
1239
1239
|
cd prisma-sql
|
|
1240
1240
|
npm install
|
|
1241
1241
|
npm test
|