graphile-query 2.3.6 → 2.3.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
|
@@ -145,9 +145,12 @@ Master the workflow for adding, organizing, and managing database changes with p
|
|
|
145
145
|
Master end-to-end PostgreSQL testing with ephemeral databases, RLS testing, and CI/CD automation.
|
|
146
146
|
|
|
147
147
|
5. ⚡ [Supabase Testing](https://launchql.com/learn/supabase)
|
|
148
|
-
TypeScript-
|
|
148
|
+
Use TypeScript-first tools to test Supabase projects with realistic RLS, policies, and auth contexts.
|
|
149
149
|
|
|
150
|
-
6.
|
|
150
|
+
6. 💧 [Drizzle ORM Testing](https://launchql.com/learn/drizzle-testing)
|
|
151
|
+
Run full-stack tests with Drizzle ORM, including database setup, teardown, and RLS enforcement.
|
|
152
|
+
|
|
153
|
+
7. 🔧 [Troubleshooting](https://launchql.com/learn/troubleshooting)
|
|
151
154
|
Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
152
155
|
|
|
153
156
|
## Related LaunchQL Tooling
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphile-query",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.8",
|
|
4
4
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
5
5
|
"description": "graphile query",
|
|
6
6
|
"main": "index.js",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"graphile",
|
|
45
45
|
"launchql"
|
|
46
46
|
],
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "4850ef84ce134d1bb43dc9132619a59257bd1157"
|
|
48
48
|
}
|