@pgsql/utils 17.8.6 → 17.8.8
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 +3 -0
- package/asts.js +1 -1
- package/esm/asts.js +1 -1
- package/esm/wrapped.js +1 -1
- package/package.json +4 -4
- package/runtime-schema.d.ts +1 -1
- package/wrapped.js +1 -1
package/README.md
CHANGED
|
@@ -186,6 +186,9 @@ console.log(sql);
|
|
|
186
186
|
|
|
187
187
|
## Related
|
|
188
188
|
|
|
189
|
+
* [pgpm](https://pgpm.dev): A Postgres Package Manager that brings modular development to PostgreSQL with reusable packages, deterministic migrations, recursive dependency resolution, and tag-aware versioning.
|
|
190
|
+
* [pgsql-test](https://www.npmjs.com/package/pgsql-test): Instant, isolated PostgreSQL databases for each test with automatic transaction rollbacks, context switching, and clean seeding for fast, reliable database testing.
|
|
191
|
+
* [pgsql-seed](https://www.npmjs.com/package/pgsql-seed): PostgreSQL seeding utilities for CSV, JSON, SQL data loading, and pgpm deployment.
|
|
189
192
|
* [pgsql-parser](https://www.npmjs.com/package/pgsql-parser): The real PostgreSQL parser for Node.js, providing symmetric parsing and deparsing of SQL statements with actual PostgreSQL parser integration.
|
|
190
193
|
* [pgsql-deparser](https://www.npmjs.com/package/pgsql-deparser): A streamlined tool designed for converting PostgreSQL ASTs back into SQL queries, focusing solely on deparser functionality to complement `pgsql-parser`.
|
|
191
194
|
* [@pgsql/parser](https://www.npmjs.com/package/@pgsql/parser): Multi-version PostgreSQL parser with dynamic version selection at runtime, supporting PostgreSQL 15, 16, and 17 in a single package.
|
package/asts.js
CHANGED
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
/**
|
|
7
|
-
* This file was automatically generated by pg-proto-parser@1.30.
|
|
7
|
+
* This file was automatically generated by pg-proto-parser@1.30.4.
|
|
8
8
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source proto file,
|
|
9
9
|
* and run the pg-proto-parser generate command to regenerate this file.
|
|
10
10
|
*/
|
package/esm/asts.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was automatically generated by pg-proto-parser@1.30.
|
|
2
|
+
* This file was automatically generated by pg-proto-parser@1.30.4.
|
|
3
3
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source proto file,
|
|
4
4
|
* and run the pg-proto-parser generate command to regenerate this file.
|
|
5
5
|
*/
|
package/esm/wrapped.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was automatically generated by pg-proto-parser@1.30.
|
|
2
|
+
* This file was automatically generated by pg-proto-parser@1.30.4.
|
|
3
3
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source proto file,
|
|
4
4
|
* and run the pg-proto-parser generate command to regenerate this file.
|
|
5
5
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pgsql/utils",
|
|
3
|
-
"version": "17.8.
|
|
3
|
+
"version": "17.8.8",
|
|
4
4
|
"author": "Constructive <developers@constructive.io>",
|
|
5
5
|
"description": "PostgreSQL AST utils for pgsql-parser",
|
|
6
6
|
"main": "index.js",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"makage": "^0.1.8",
|
|
35
|
-
"pg-proto-parser": "1.30.
|
|
36
|
-
"pgsql-deparser": "17.
|
|
35
|
+
"pg-proto-parser": "1.30.4",
|
|
36
|
+
"pgsql-deparser": "17.16.0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@pgsql/types": "^17.6.2",
|
|
40
40
|
"nested-obj": "0.1.5"
|
|
41
41
|
},
|
|
42
42
|
"keywords": [],
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "a1fd1b05dfdf557fad8d5c7d952754353b01e9b6"
|
|
44
44
|
}
|
package/runtime-schema.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was automatically generated by pg-proto-parser@1.30.
|
|
2
|
+
* This file was automatically generated by pg-proto-parser@1.30.4.
|
|
3
3
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source proto file,
|
|
4
4
|
* and run the pg-proto-parser generate command to regenerate this file.
|
|
5
5
|
*/
|
package/wrapped.js
CHANGED
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
/**
|
|
7
|
-
* This file was automatically generated by pg-proto-parser@1.30.
|
|
7
|
+
* This file was automatically generated by pg-proto-parser@1.30.4.
|
|
8
8
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source proto file,
|
|
9
9
|
* and run the pg-proto-parser generate command to regenerate this file.
|
|
10
10
|
*/
|