|
1 | 1 | # pgpm modules |
2 | 2 |
|
3 | 3 | <p align="center" width="100%"> |
4 | | - <img height="250" src="https://raw.githubusercontent.com/launchql/launchql/refs/heads/main/assets/outline-logo.svg" /> |
| 4 | + <img height="250" src="https://raw.githubusercontent.com/constructive-io/constructive/refs/heads/main/assets/outline-logo.svg" /> |
5 | 5 | </p> |
6 | 6 |
|
7 | 7 | <p align="center" width="100%"> |
8 | | - <a href="https://github.com/launchql/pgpm-modules/actions/workflows/ci.yml"> |
9 | | - <img height="20" src="https://github.com/launchql/pgpm-modules/actions/workflows/ci.yml/badge.svg" /> |
| 8 | + <a href="https://github.com/constructive-io/pgpm-modules/actions/workflows/ci.yml"> |
| 9 | + <img height="20" src="https://github.com/constructive-io/pgpm-modules/actions/workflows/ci.yml/badge.svg" /> |
10 | 10 | </a> |
11 | | - <a href="https://github.com/launchql/pgpm-modules/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a> |
| 11 | + <a href="https://github.com/constructive-io/pgpm-modules/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a> |
12 | 12 | </p> |
13 | 13 |
|
14 | 14 | PostgreSQL modules using the `pgpm` workflow for safe, testable, reversible SQL changes. |
@@ -54,7 +54,7 @@ eval "$(pgpm env)" |
54 | 54 |
|
55 | 55 | ```bash |
56 | 56 | # 1. Create a workspace |
57 | | -pgpm init --workspace |
| 57 | +pgpm init workspace |
58 | 58 |
|
59 | 59 | # 2. Create your first module |
60 | 60 | cd my-workspace |
@@ -160,7 +160,7 @@ This section is for **contributing to** or **developing** the modules in this re |
160 | 160 |
|
161 | 161 | ```bash |
162 | 162 | # Clone the repository |
163 | | -git clone https://github.com/launchql/pgpm-modules.git |
| 163 | +git clone https://github.com/constructive-io/pgpm-modules.git |
164 | 164 | cd pgpm-modules |
165 | 165 |
|
166 | 166 | # Install dependencies |
@@ -189,13 +189,13 @@ pnpm lerna publish |
189 | 189 |
|
190 | 190 | ## Related Tooling |
191 | 191 |
|
192 | | -* [pgpm](https://github.com/launchql/launchql/tree/main/packages/pgpm): **🖥️ PostgreSQL Package Manager** for modular Postgres development. Works with database workspaces, scaffolding, migrations, seeding, and installing database packages. |
193 | | -* [pgsql-test](https://github.com/launchql/launchql/tree/main/packages/pgsql-test): **📊 Isolated testing environments** with per-test transaction rollbacks—ideal for integration tests, complex migrations, and RLS simulation. |
194 | | -* [supabase-test](https://github.com/launchql/launchql/tree/main/packages/supabase-test): **🧪 Supabase-native test harness** preconfigured for the local Supabase stack—per-test rollbacks, JWT/role context helpers, and CI/GitHub Actions ready. |
195 | | -* [graphile-test](https://github.com/launchql/launchql/tree/main/packages/graphile-test): **🔐 Authentication mocking** for Graphile-focused test helpers and emulating row-level security contexts. |
196 | | -* [pgsql-parser](https://github.com/launchql/pgsql-parser): **🔄 SQL conversion engine** that interprets and converts PostgreSQL syntax. |
197 | | -* [libpg-query-node](https://github.com/launchql/libpg-query-node): **🌉 Node.js bindings** for `libpg_query`, converting SQL into parse trees. |
198 | | -* [pg-proto-parser](https://github.com/launchql/pg-proto-parser): **📦 Protobuf parser** for parsing PostgreSQL Protocol Buffers definitions to generate TypeScript interfaces, utility functions, and JSON mappings for enums. |
| 192 | +* [pgpm](https://github.com/constructive-io/constructive/tree/main/packages/pgpm): **🖥️ PostgreSQL Package Manager** for modular Postgres development. Works with database workspaces, scaffolding, migrations, seeding, and installing database packages. |
| 193 | +* [pgsql-test](https://github.com/constructive-io/constructive/tree/main/packages/pgsql-test): **📊 Isolated testing environments** with per-test transaction rollbacks—ideal for integration tests, complex migrations, and RLS simulation. |
| 194 | +* [supabase-test](https://github.com/constructive-io/constructive/tree/main/packages/supabase-test): **🧪 Supabase-native test harness** preconfigured for the local Supabase stack—per-test rollbacks, JWT/role context helpers, and CI/GitHub Actions ready. |
| 195 | +* [graphile-test](https://github.com/constructive-io/constructive/tree/main/packages/graphile-test): **🔐 Authentication mocking** for Graphile-focused test helpers and emulating row-level security contexts. |
| 196 | +* [pgsql-parser](https://github.com/constructive-io/pgsql-parser): **🔄 SQL conversion engine** that interprets and converts PostgreSQL syntax. |
| 197 | +* [libpg-query-node](https://github.com/constructive-io/libpg-query-node): **🌉 Node.js bindings** for `libpg_query`, converting SQL into parse trees. |
| 198 | +* [pg-proto-parser](https://github.com/constructive-io/pg-proto-parser): **📦 Protobuf parser** for parsing PostgreSQL Protocol Buffers definitions to generate TypeScript interfaces, utility functions, and JSON mappings for enums. |
199 | 199 |
|
200 | 200 | ## Disclaimer |
201 | 201 |
|
|
0 commit comments