pg-query-context 2.2.6 → 2.2.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 +5 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -102,9 +102,12 @@ Master the workflow for adding, organizing, and managing database changes with p
|
|
|
102
102
|
Master end-to-end PostgreSQL testing with ephemeral databases, RLS testing, and CI/CD automation.
|
|
103
103
|
|
|
104
104
|
5. ⚡ [Supabase Testing](https://launchql.com/learn/supabase)
|
|
105
|
-
TypeScript-
|
|
105
|
+
Use TypeScript-first tools to test Supabase projects with realistic RLS, policies, and auth contexts.
|
|
106
106
|
|
|
107
|
-
6.
|
|
107
|
+
6. 💧 [Drizzle ORM Testing](https://launchql.com/learn/drizzle-testing)
|
|
108
|
+
Run full-stack tests with Drizzle ORM, including database setup, teardown, and RLS enforcement.
|
|
109
|
+
|
|
110
|
+
7. 🔧 [Troubleshooting](https://launchql.com/learn/troubleshooting)
|
|
108
111
|
Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
109
112
|
|
|
110
113
|
## Related LaunchQL Tooling
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pg-query-context",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.8",
|
|
4
4
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
5
5
|
"description": "pg query context",
|
|
6
6
|
"main": "index.js",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"pg",
|
|
43
43
|
"graphile"
|
|
44
44
|
],
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "4850ef84ce134d1bb43dc9132619a59257bd1157"
|
|
46
46
|
}
|