@effectify/prisma 1.1.2 → 1.1.4
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/README.md +1 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -9,6 +9,7 @@ A powerful Prisma generator that creates **Effect** services and layers from you
|
|
|
9
9
|
- **Type-Safe Error Handling**: All Prisma errors are mapped to typed Effect errors (e.g., `PrismaUniqueConstraintError`).
|
|
10
10
|
- **Transaction Support**: Native Effect integration for Prisma transactions.
|
|
11
11
|
- **Schema Validation**: Integration with `@effect/schema` for runtime validation.
|
|
12
|
+
- **Streamlined Workflow**: Seamlessly integrates with your existing Prisma workflow.
|
|
12
13
|
|
|
13
14
|
## 📦 Installation
|
|
14
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@effectify/prisma",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/src/cli.js",
|
|
6
6
|
"type": "module",
|
|
@@ -24,13 +24,10 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@dprint/formatter": "^0.5.1",
|
|
26
26
|
"@dprint/typescript": "^0.95.15",
|
|
27
|
-
"@effect/cli": "0.73.
|
|
28
|
-
"@prisma/adapter-better-sqlite3": "7.3.0",
|
|
29
|
-
"@prisma/generator": "7.3.0",
|
|
27
|
+
"@effect/cli": "0.73.2",
|
|
30
28
|
"@prisma/generator-helper": "7.3.0",
|
|
31
|
-
"better-sqlite3": "12.4.6",
|
|
32
29
|
"eta": "^4.5.0",
|
|
33
|
-
"kysely": "0.28.
|
|
30
|
+
"kysely": "0.28.11"
|
|
34
31
|
},
|
|
35
32
|
"peerDependencies": {
|
|
36
33
|
"@effect/platform": "0.94.0",
|
|
@@ -43,9 +40,12 @@
|
|
|
43
40
|
"@effect/experimental": "0.58.0",
|
|
44
41
|
"@effect/language-service": "0.56.0",
|
|
45
42
|
"@effect/vitest": "0.27.0",
|
|
43
|
+
"@prisma/adapter-better-sqlite3": "7.3.0",
|
|
44
|
+
"@prisma/generator": "7.3.0",
|
|
46
45
|
"@prisma/internals": "7.3.0",
|
|
47
46
|
"@types/better-sqlite3": "7.6.13",
|
|
48
47
|
"@types/node": "20.19.25",
|
|
48
|
+
"better-sqlite3": "12.6.2",
|
|
49
49
|
"bun": "1.3.0",
|
|
50
50
|
"dprint": "0.51.1",
|
|
51
51
|
"oxlint": "0.15.15",
|