Skip to content

Commit e76cba3

Browse files
committed
pkg
1 parent c7d2019 commit e76cba3

23 files changed

Lines changed: 134 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pgpm init
6262
cd packages/your-module
6363

6464
# 3. Install a package
65-
pgpm install [@pgpm/faker](https://www.npmjs.com/package/@pgpm/faker)
65+
pgpm install @pgpm/faker
6666

6767
# 4. Deploy everything
6868
pgpm deploy --createdb --database mydb1
@@ -77,7 +77,7 @@ psql -d mydb1 -c "SELECT faker.city('MI');"
7777
cd packages/your-module
7878

7979
# 2. Install a package
80-
pgpm install [@pgpm/faker](https://www.npmjs.com/package/@pgpm/faker)
80+
pgpm install @pgpm/faker
8181

8282
# 3. Deploy all installed modules
8383
pgpm deploy --createdb --database mydb1

packages/data-types/geotypes/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"name": "@pgpm/geotypes",
33
"version": "0.7.0",
44
"description": "Geographic data types and spatial functions for PostgreSQL",
5+
"keywords": [
6+
"postgresql",
7+
"pgpm",
8+
"geography",
9+
"spatial"
10+
],
511
"publishConfig": {
612
"access": "public"
713
},

packages/data-types/stamps/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"name": "@pgpm/stamps",
33
"version": "0.7.0",
44
"description": "Timestamp utilities and audit trail functions for PostgreSQL",
5+
"keywords": [
6+
"postgresql",
7+
"pgpm",
8+
"timestamp",
9+
"audit"
10+
],
511
"publishConfig": {
612
"access": "public"
713
},

packages/data-types/types/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"name": "@pgpm/types",
33
"version": "0.7.0",
44
"description": "Core PostgreSQL data types with deploy/verify/revert SQL scripts",
5+
"keywords": [
6+
"postgresql",
7+
"pgpm",
8+
"data-types",
9+
"sql"
10+
],
511
"publishConfig": {
612
"access": "public"
713
},

packages/data-types/uuid/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"name": "@pgpm/uuid",
33
"version": "0.7.0",
44
"description": "UUID utilities and extensions for PostgreSQL",
5+
"keywords": [
6+
"postgresql",
7+
"pgpm",
8+
"uuid",
9+
"identifiers"
10+
],
511
"publishConfig": {
612
"access": "public"
713
},

packages/jobs/database-jobs/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"name": "@pgpm/database-jobs",
33
"version": "0.7.0",
44
"description": "Database-specific job handling and queue management",
5+
"keywords": [
6+
"postgresql",
7+
"pgpm",
8+
"jobs",
9+
"queue"
10+
],
511
"publishConfig": {
612
"access": "public"
713
},

packages/jobs/jobs/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"name": "@pgpm/jobs",
33
"version": "0.7.0",
44
"description": "Core job system for background task processing in PostgreSQL",
5+
"keywords": [
6+
"postgresql",
7+
"pgpm",
8+
"jobs",
9+
"background-tasks"
10+
],
511
"publishConfig": {
612
"access": "public"
713
},

packages/meta/db_meta/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"name": "@pgpm/meta-db",
33
"version": "0.7.0",
44
"description": "Database metadata utilities and introspection functions",
5+
"keywords": [
6+
"postgresql",
7+
"pgpm",
8+
"metadata",
9+
"introspection"
10+
],
511
"publishConfig": {
612
"access": "public"
713
},

packages/meta/db_meta_modules/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"name": "@pgpm/meta-db-modules",
33
"version": "0.7.0",
44
"description": "Module metadata handling and dependency tracking",
5+
"keywords": [
6+
"postgresql",
7+
"pgpm",
8+
"metadata",
9+
"modules"
10+
],
511
"publishConfig": {
612
"access": "public"
713
},

packages/meta/db_meta_test/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"name": "@pgpm/meta-db-test",
33
"version": "0.7.0",
44
"description": "Testing utilities for database metadata operations",
5+
"keywords": [
6+
"postgresql",
7+
"pgpm",
8+
"testing",
9+
"metadata"
10+
],
511
"publishConfig": {
612
"access": "public"
713
},

0 commit comments

Comments
 (0)