graphile-plugin-connection-filter-postgis 1.0.3 → 1.0.5
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/LICENSE +1 -1
- package/README.md +38 -38
- package/package.json +9 -9
package/LICENSE
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
3
|
Copyright (c) 2025 Dan Lynch <pyramation@gmail.com>
|
|
4
|
-
Copyright (c) 2025
|
|
4
|
+
Copyright (c) 2025 Constructive <developers@constructive.io>
|
|
5
5
|
Copyright (c) 2020-present, Interweb, Inc.
|
|
6
6
|
|
|
7
7
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
package/README.md
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
# graphile-plugin-connection-filter-postgis
|
|
2
2
|
|
|
3
3
|
<p align="center" width="100%">
|
|
4
|
-
<img height="250" src="https://raw.githubusercontent.com/
|
|
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/
|
|
9
|
-
<img height="20" src="https://github.com/
|
|
8
|
+
<a href="https://github.com/constructive-io/constructive/actions/workflows/run-tests.yaml">
|
|
9
|
+
<img height="20" src="https://github.com/constructive-io/constructive/actions/workflows/run-tests.yaml/badge.svg" />
|
|
10
10
|
</a>
|
|
11
|
-
<a href="https://github.com/
|
|
11
|
+
<a href="https://github.com/constructive-io/constructive/blob/main/LICENSE">
|
|
12
12
|
<img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/>
|
|
13
13
|
</a>
|
|
14
14
|
<a href="https://www.npmjs.com/package/graphile-plugin-connection-filter-postgis">
|
|
15
|
-
<img height="20" src="https://img.shields.io/github/package-json/v/
|
|
15
|
+
<img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/constructive?filename=graphile%2Fgraphile-plugin-connection-filter-postgis%2Fpackage.json"/>
|
|
16
16
|
</a>
|
|
17
17
|
</p>
|
|
18
18
|
|
|
@@ -100,71 +100,71 @@ pnpm --filter graphile-plugin-connection-filter-postgis test
|
|
|
100
100
|
|
|
101
101
|
## Education and Tutorials
|
|
102
102
|
|
|
103
|
-
1. 🚀 [Quickstart: Getting Up and Running](https://
|
|
103
|
+
1. 🚀 [Quickstart: Getting Up and Running](https://constructive.io/learn/quickstart)
|
|
104
104
|
Get started with modular databases in minutes. Install prerequisites and deploy your first module.
|
|
105
105
|
|
|
106
|
-
2. 📦 [Modular PostgreSQL Development with Database Packages](https://
|
|
106
|
+
2. 📦 [Modular PostgreSQL Development with Database Packages](https://constructive.io/learn/modular-postgres)
|
|
107
107
|
Learn to organize PostgreSQL projects with pgpm workspaces and reusable database modules.
|
|
108
108
|
|
|
109
|
-
3. ✏️ [Authoring Database Changes](https://
|
|
109
|
+
3. ✏️ [Authoring Database Changes](https://constructive.io/learn/authoring-database-changes)
|
|
110
110
|
Master the workflow for adding, organizing, and managing database changes with pgpm.
|
|
111
111
|
|
|
112
|
-
4. 🧪 [End-to-End PostgreSQL Testing with TypeScript](https://
|
|
112
|
+
4. 🧪 [End-to-End PostgreSQL Testing with TypeScript](https://constructive.io/learn/e2e-postgres-testing)
|
|
113
113
|
Master end-to-end PostgreSQL testing with ephemeral databases, RLS testing, and CI/CD automation.
|
|
114
114
|
|
|
115
|
-
5. ⚡ [Supabase Testing](https://
|
|
115
|
+
5. ⚡ [Supabase Testing](https://constructive.io/learn/supabase)
|
|
116
116
|
Use TypeScript-first tools to test Supabase projects with realistic RLS, policies, and auth contexts.
|
|
117
117
|
|
|
118
|
-
6. 💧 [Drizzle ORM Testing](https://
|
|
118
|
+
6. 💧 [Drizzle ORM Testing](https://constructive.io/learn/drizzle-testing)
|
|
119
119
|
Run full-stack tests with Drizzle ORM, including database setup, teardown, and RLS enforcement.
|
|
120
120
|
|
|
121
|
-
7. 🔧 [Troubleshooting](https://
|
|
121
|
+
7. 🔧 [Troubleshooting](https://constructive.io/learn/troubleshooting)
|
|
122
122
|
Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
123
123
|
|
|
124
|
-
## Related
|
|
124
|
+
## Related Constructive Tooling
|
|
125
125
|
|
|
126
126
|
### 🧪 Testing
|
|
127
127
|
|
|
128
|
-
* [
|
|
129
|
-
* [
|
|
130
|
-
* [
|
|
131
|
-
* [
|
|
128
|
+
* [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.
|
|
129
|
+
* [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.
|
|
130
|
+
* [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.
|
|
131
|
+
* [pg-query-context](https://github.com/constructive-io/constructive/tree/main/packages/pg-query-context): **🔒 Session context injection** to add session-local context (e.g., `SET LOCAL`) into queries—ideal for setting `role`, `jwt.claims`, and other session settings.
|
|
132
132
|
|
|
133
133
|
### 🧠 Parsing & AST
|
|
134
134
|
|
|
135
|
-
* [
|
|
136
|
-
* [
|
|
137
|
-
* [
|
|
138
|
-
* [@pgsql/enums](https://
|
|
139
|
-
* [@pgsql/types](https://
|
|
140
|
-
* [@pgsql/utils](https://
|
|
141
|
-
* [
|
|
135
|
+
* [pgsql-parser](https://www.npmjs.com/package/pgsql-parser): **🔄 SQL conversion engine** that interprets and converts PostgreSQL syntax.
|
|
136
|
+
* [libpg-query-node](https://www.npmjs.com/package/libpg-query): **🌉 Node.js bindings** for `libpg_query`, converting SQL into parse trees.
|
|
137
|
+
* [pg-proto-parser](https://www.npmjs.com/package/pg-proto-parser): **📦 Protobuf parser** for parsing PostgreSQL Protocol Buffers definitions to generate TypeScript interfaces, utility functions, and JSON mappings for enums.
|
|
138
|
+
* [@pgsql/enums](https://www.npmjs.com/package/@pgsql/enums): **🏷️ TypeScript enums** for PostgreSQL AST for safe and ergonomic parsing logic.
|
|
139
|
+
* [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
|
|
140
|
+
* [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
|
|
141
|
+
* [pg-ast](https://www.npmjs.com/package/pg-ast): **🔍 Low-level AST tools** and transformations for Postgres query structures.
|
|
142
142
|
|
|
143
143
|
### 🚀 API & Dev Tools
|
|
144
144
|
|
|
145
|
-
* [launchql/server](https://github.com/
|
|
146
|
-
* [launchql/explorer](https://github.com/
|
|
145
|
+
* [launchql/server](https://github.com/constructive-io/constructive/tree/main/packages/server): **⚡ Express-based API server** powered by PostGraphile to expose a secure, scalable GraphQL API over your Postgres database.
|
|
146
|
+
* [launchql/explorer](https://github.com/constructive-io/constructive/tree/main/packages/explorer): **🔎 Visual API explorer** with GraphiQL for browsing across all databases and schemas—useful for debugging, documentation, and API prototyping.
|
|
147
147
|
|
|
148
148
|
### 🔁 Streaming & Uploads
|
|
149
149
|
|
|
150
|
-
* [launchql/s3-streamer](https://github.com/
|
|
151
|
-
* [launchql/etag-hash](https://github.com/
|
|
152
|
-
* [launchql/etag-stream](https://github.com/
|
|
153
|
-
* [launchql/uuid-hash](https://github.com/
|
|
154
|
-
* [launchql/uuid-stream](https://github.com/
|
|
155
|
-
* [launchql/upload-names](https://github.com/
|
|
150
|
+
* [launchql/s3-streamer](https://github.com/constructive-io/constructive/tree/main/packages/s3-streamer): **📤 Direct S3 streaming** for large files with support for metadata injection and content validation.
|
|
151
|
+
* [launchql/etag-hash](https://github.com/constructive-io/constructive/tree/main/packages/etag-hash): **🏷️ S3-compatible ETags** created by streaming and hashing file uploads in chunks.
|
|
152
|
+
* [launchql/etag-stream](https://github.com/constructive-io/constructive/tree/main/packages/etag-stream): **🔄 ETag computation** via Node stream transformer during upload or transfer.
|
|
153
|
+
* [launchql/uuid-hash](https://github.com/constructive-io/constructive/tree/main/packages/uuid-hash): **🆔 Deterministic UUIDs** generated from hashed content, great for deduplication and asset referencing.
|
|
154
|
+
* [launchql/uuid-stream](https://github.com/constructive-io/constructive/tree/main/packages/uuid-stream): **🌊 Streaming UUID generation** based on piped file content—ideal for upload pipelines.
|
|
155
|
+
* [launchql/upload-names](https://github.com/constructive-io/constructive/tree/main/packages/upload-names): **📂 Collision-resistant filenames** utility for structured and unique file names for uploads.
|
|
156
156
|
|
|
157
157
|
### 🧰 CLI & Codegen
|
|
158
158
|
|
|
159
|
-
* [pgpm](https://github.com/
|
|
160
|
-
* [@launchql/cli](https://github.com/
|
|
161
|
-
* [
|
|
162
|
-
* [@launchql/query-builder](https://github.com/
|
|
163
|
-
* [@launchql/query](https://github.com/
|
|
159
|
+
* [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.
|
|
160
|
+
* [@launchql/cli](https://github.com/constructive-io/constructive/tree/main/packages/cli): **🖥️ Command-line toolkit** for managing LaunchQL projects—supports database scaffolding, migrations, seeding, code generation, and automation.
|
|
161
|
+
* [constructive-io/constructive-gen](https://github.com/constructive-io/constructive/tree/main/packages/launchql-gen): **✨ Auto-generated GraphQL** mutations and queries dynamically built from introspected schema data.
|
|
162
|
+
* [@launchql/query-builder](https://github.com/constructive-io/constructive/tree/main/packages/query-builder): **🏗️ SQL constructor** providing a robust TypeScript-based query builder for dynamic generation of `SELECT`, `INSERT`, `UPDATE`, `DELETE`, and stored procedure calls—supports advanced SQL features like `JOIN`, `GROUP BY`, and schema-qualified queries.
|
|
163
|
+
* [@launchql/query](https://github.com/constructive-io/constructive/tree/main/packages/query): **🧩 Fluent GraphQL builder** for PostGraphile schemas. ⚡ Schema-aware via introspection, 🧩 composable and ergonomic for building deeply nested queries.
|
|
164
164
|
|
|
165
165
|
## Credits
|
|
166
166
|
|
|
167
|
-
🛠 Built by
|
|
167
|
+
🛠 Built by Constructive — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/constructive-io)
|
|
168
168
|
|
|
169
169
|
|
|
170
170
|
## Disclaimer
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphile-plugin-connection-filter-postgis",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "PostGIS filtering options in PostGraphile",
|
|
5
5
|
"author": "Matt Bretl",
|
|
6
|
-
"homepage": "https://github.com/
|
|
6
|
+
"homepage": "https://github.com/constructive-io/constructive",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"main": "index.js",
|
|
9
9
|
"module": "esm/index.js",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
},
|
|
25
25
|
"repository": {
|
|
26
26
|
"type": "git",
|
|
27
|
-
"url": "https://github.com/
|
|
27
|
+
"url": "https://github.com/constructive-io/constructive"
|
|
28
28
|
},
|
|
29
29
|
"bugs": {
|
|
30
|
-
"url": "https://github.com/
|
|
30
|
+
"url": "https://github.com/constructive-io/constructive/issues"
|
|
31
31
|
},
|
|
32
32
|
"keywords": [
|
|
33
33
|
"postgraphile",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"graphile-build": "^4.14.1",
|
|
44
44
|
"graphile-build-pg": "^4.14.1",
|
|
45
|
-
"graphile-plugin-connection-filter": "^2.3.
|
|
46
|
-
"graphile-postgis": "^0.1.
|
|
45
|
+
"graphile-plugin-connection-filter": "^2.3.5",
|
|
46
|
+
"graphile-postgis": "^0.1.5"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"graphile-plugin-connection-filter": "workspace:^",
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/pg": "^8.15.6",
|
|
55
55
|
"graphile-plugin-connection-filter": "workspace:^",
|
|
56
|
-
"graphile-test": "^2.8.
|
|
56
|
+
"graphile-test": "^2.8.13",
|
|
57
57
|
"graphql": "15.10.1",
|
|
58
58
|
"makage": "^0.1.6",
|
|
59
59
|
"pg": "^8.16.0",
|
|
60
|
-
"pgsql-test": "^2.14.
|
|
60
|
+
"pgsql-test": "^2.14.16",
|
|
61
61
|
"postgraphile": "^4.14.1"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "6a35ff5a2c49e0c4cf1ec9abdd81b62c57d621e9"
|
|
64
64
|
}
|