pg-seed 0.14.2 → 0.16.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 +15 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -68,6 +68,21 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
68
68
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
69
69
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
70
70
 
71
+ ### 📚 Documentation & Skills
72
+
73
+ * [constructive-skills](https://github.com/constructive-io/constructive-skills): **📖 Platform documentation and AI agent skills** — feature catalog, blueprint reference, SDK guides (i18n, billing, limits, events, uploads, security, entities, search, AI), and deployment guides.
74
+
75
+ Install skills for AI coding agents:
76
+
77
+ ```bash
78
+ # All platform skills (security, blueprints, codegen, billing, etc.)
79
+ npx skills add constructive-io/constructive-skills
80
+
81
+ # Individual repo skills (pgpm, testing, CLI, search, etc.)
82
+ npx skills add https://github.com/constructive-io/constructive --skill pgpm
83
+ npx skills add https://github.com/constructive-io/constructive --skill constructive-testing
84
+ ```
85
+
71
86
  ## Credits
72
87
 
73
88
  **🛠 Built by the [Constructive](https://constructive.io) team — creators of modular Postgres tooling for secure, composable backends. If you like our work, contribute on [GitHub](https://github.com/constructive-io).**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pg-seed",
3
- "version": "0.14.2",
3
+ "version": "0.16.0",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "PostgreSQL seeding utilities for CSV, JSON, and SQL data loading",
6
6
  "main": "index.js",
@@ -51,5 +51,5 @@
51
51
  "pg": "^8.21.0",
52
52
  "pg-copy-streams": "^7.0.0"
53
53
  },
54
- "gitHead": "423992019655cc1e780149ce3f7e6e8c9b1c6e80"
54
+ "gitHead": "958154492690368ffffef974122ea243c68055e2"
55
55
  }