Skip to content

Commit e5683db

Browse files
committed
docs(pglite-test): reword README intro; keep sibling test-lib reference, drop 'forking the base' framing
1 parent deea20a commit e5683db

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

postgres/pglite-test/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ A drop-in [`pgsql-test`](../pgsql-test) `getConnections()` backed by an in-proce
44
[**PGlite**](https://github.com/electric-sql/pglite) instance (WASM Postgres) —
55
**no Postgres server, no `createdb`, no `psql`, no TCP.**
66

7-
It follows the same pattern as `drizzle-orm-test` / `supabase-test`: compose the
8-
existing seams instead of forking the base.
7+
It follows the same pattern as `drizzle-orm-test` / `supabase-test`: a thin
8+
`getConnections()` wrapper that composes the existing `pg-cache` / `pgsql-client`
9+
seams.
910

1011
- [`@pgpmjs/pglite-adapter`](../pglite-adapter)'s `registerPglite()` routes
1112
`pg-cache`'s `getPgPool()` at PGlite, so `seed.pgpm()` deploys your module into

0 commit comments

Comments
 (0)