@rindle/query-compiler 0.4.3 → 0.5.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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -13,6 +13,10 @@ of `(Ast, Catalog)`** — no database round-trip to plan a read, only to run it.
13
13
  compile(ast, catalog, { dialect: "postgres" }) → { sql, params }
14
14
  ```
15
15
 
16
+ Site docs — the mutator reads (`yield tx.query`) this compiler serves:
17
+ [rindle.sh/docs/mutators](https://rindle.sh/docs/mutators) · for agents:
18
+ [llms.txt](https://rindle.sh/llms.txt)
19
+
16
20
  ## Design shape
17
21
 
18
22
  - **Port.** The walker skeleton is ported from `rindle-d2s` (`rust/rindle-d2s/`, the SQLite
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rindle/query-compiler",
3
- "version": "0.4.3",
3
+ "version": "0.5.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,7 +25,7 @@
25
25
  "README.md"
26
26
  ],
27
27
  "dependencies": {
28
- "@rindle/client": "0.4.3"
28
+ "@rindle/client": "0.5.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "^22.10.0",