@dbx-tools/postgres 0.6.107 → 0.6.111

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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -31,6 +31,13 @@ them without a second database client or connection pool.
31
31
  listener reads back — which lifts the 8000-byte `NOTIFY` limit and keeps the
32
32
  contents behind a table grant.
33
33
 
34
+ ## Why Use This Over Native AppKit
35
+
36
+ Use AppKit `lakebase()` to obtain and refresh the PostgreSQL pool. This package
37
+ does not replace that plugin. Add it when work needs connection-correct advisory
38
+ locks or cross-instance `LISTEN`/`NOTIFY` delivery, capabilities the native
39
+ Lakebase plugin does not provide.
40
+
34
41
  ## Advisory Locks
35
42
 
36
43
  ```ts
package/package.json CHANGED
@@ -18,18 +18,18 @@
18
18
  "projen": "projen"
19
19
  },
20
20
  "devDependencies": {
21
- "@databricks/appkit": "^0.43.0",
22
- "@dbx-tools/test-polyglot": "0.6.107",
21
+ "@databricks/appkit": "^0.60.0",
22
+ "@dbx-tools/test-polyglot": "0.6.111",
23
23
  "@types/bun": "^1.3.14",
24
24
  "@types/node": "^24.6.0",
25
25
  "@types/pg": "^8",
26
26
  "typescript": "^5.9.3"
27
27
  },
28
28
  "peerDependencies": {
29
- "@databricks/appkit": "^0.43.0"
29
+ "@databricks/appkit": "^0.60.0"
30
30
  },
31
31
  "dependencies": {
32
- "@dbx-tools/shared-core": "0.6.107",
32
+ "@dbx-tools/shared-core": "0.6.111",
33
33
  "pg": "^8.22.0"
34
34
  },
35
35
  "main": "./lib/index.js",
@@ -46,7 +46,7 @@
46
46
  "./package.json": "./package.json"
47
47
  }
48
48
  },
49
- "version": "0.6.107",
49
+ "version": "0.6.111",
50
50
  "types": "./lib/index.d.ts",
51
51
  "type": "module",
52
52
  "exports": {