prisma-sql 1.62.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 +5 -5
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
|
|
@@ -1287,7 +1287,7 @@ PRs welcome! Priority areas:
|
|
|
1287
1287
|
Setup:
|
|
1288
1288
|
|
|
1289
1289
|
```bash
|
|
1290
|
-
git clone https://github.com/multipliedtwice/prisma-sql
|
|
1290
|
+
git clone https://github.com/multipliedtwice/prisma-to-sql
|
|
1291
1291
|
cd prisma-sql
|
|
1292
1292
|
npm install
|
|
1293
1293
|
npm run build
|
|
@@ -1347,8 +1347,8 @@ MIT
|
|
|
1347
1347
|
## Links
|
|
1348
1348
|
|
|
1349
1349
|
- [NPM Package](https://www.npmjs.com/package/prisma-sql)
|
|
1350
|
-
- [GitHub Repository](https://github.com/multipliedtwice/prisma-sql)
|
|
1351
|
-
- [Issue Tracker](https://github.com/multipliedtwice/prisma-sql/issues)
|
|
1350
|
+
- [GitHub Repository](https://github.com/multipliedtwice/prisma-to-sql)
|
|
1351
|
+
- [Issue Tracker](https://github.com/multipliedtwice/prisma-to-sql/issues)
|
|
1352
1352
|
|
|
1353
1353
|
---
|
|
1354
1354
|
|