@ronin/compiler 0.8.8-leo-ron-1083-experimental-195 → 0.8.8-leo-ron-1083-experimental-197

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -62,7 +62,8 @@ Once the RONIN queries have been compiled down to SQL statements, the statements
62
62
  executed and their results can be formatted by the compiler as well:
63
63
 
64
64
  ```typescript
65
- const rows = await queryDatabase(...);
65
+ // `rows` are provided by the database engine
66
+
66
67
  const results: Array<Result> = transaction.prepareResults(rows);
67
68
  ```
68
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ronin/compiler",
3
- "version": "0.8.8-leo-ron-1083-experimental-195",
3
+ "version": "0.8.8-leo-ron-1083-experimental-197",
4
4
  "type": "module",
5
5
  "description": "Compiles RONIN queries to SQL statements.",
6
6
  "publishConfig": {