pg-env 1.1.3 → 1.1.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/README.md +5 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -128,9 +128,12 @@ Master the workflow for adding, organizing, and managing database changes with p
|
|
|
128
128
|
Master end-to-end PostgreSQL testing with ephemeral databases, RLS testing, and CI/CD automation.
|
|
129
129
|
|
|
130
130
|
5. ⚡ [Supabase Testing](https://launchql.com/learn/supabase)
|
|
131
|
-
TypeScript-
|
|
131
|
+
Use TypeScript-first tools to test Supabase projects with realistic RLS, policies, and auth contexts.
|
|
132
132
|
|
|
133
|
-
6.
|
|
133
|
+
6. 💧 [Drizzle ORM Testing](https://launchql.com/learn/drizzle-testing)
|
|
134
|
+
Run full-stack tests with Drizzle ORM, including database setup, teardown, and RLS enforcement.
|
|
135
|
+
|
|
136
|
+
7. 🔧 [Troubleshooting](https://launchql.com/learn/troubleshooting)
|
|
134
137
|
Common issues and solutions for pgpm, PostgreSQL, and testing.
|
|
135
138
|
|
|
136
139
|
## Related LaunchQL Tooling
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pg-env",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
5
5
|
"description": "PostgreSQL environment configuration utilities",
|
|
6
6
|
"main": "index.js",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"config",
|
|
37
37
|
"launchql"
|
|
38
38
|
],
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "4850ef84ce134d1bb43dc9132619a59257bd1157"
|
|
40
40
|
}
|