@nwire/drizzle 0.12.0 → 0.13.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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> Drizzle ORM provider — lifecycle-managed `db` client handlers import directly.
|
|
4
4
|
|
|
5
|
-
> See: [write paths (actor xor direct-DB)](https://nwire.dev/concepts/write-paths) — direct-DB is one of two write paths; do not mix it with `ctx.
|
|
5
|
+
> See: [write paths (actor xor direct-DB)](https://nwire.dev/concepts/write-paths) — direct-DB is one of two write paths; do not mix it with `ctx.actor(Actor, id)` in the same handler.
|
|
6
6
|
|
|
7
7
|
## What it does
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nwire/drizzle",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.0",
|
|
4
4
|
"description": "Nwire — Drizzle ORM adapter. Provider that registers a Drizzle client on the container, manages the connection pool lifecycle, and exposes optional readiness checks + telemetry. No Repository wrapper — handlers get the real Drizzle API.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"drizzle",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"access": "public"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@nwire/
|
|
34
|
-
"@nwire/
|
|
33
|
+
"@nwire/forge": "0.13.0",
|
|
34
|
+
"@nwire/app": "0.13.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@electric-sql/pglite": "^0.4.5",
|