From 782a994377c82cba6ffd3e2b7eae9dc2f75738d3 Mon Sep 17 00:00:00 2001 From: Valerii Strilets Date: Wed, 1 Oct 2025 15:32:18 +0300 Subject: [PATCH 1/2] docs: add tanstack-db-pglite --- docs/community/resources.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/community/resources.md b/docs/community/resources.md index c728e0126..a3e15840c 100644 --- a/docs/community/resources.md +++ b/docs/community/resources.md @@ -15,6 +15,11 @@ This page contains a curated list of community-created packages, tools, and reso - Lightweight integration for browser-based storage - Install: `npm install tanstack-dexie-db-collection` +### PGLite Integration (Unofficial) +- **[tanstack-db-pglite](https://github.com/letstri/tanstack-db-pglite)** - Community-maintained [pglite](https://github.com/lyonlai/pglite) adapter for TanStack DB + - Use PostgreSQL-compatible databases in the browser via WebAssembly + - Install: `npm install tanstack-db-pglite` + ### Contributing Your Package Have you created a collection adapter or integration? We'd love to feature it here! [Submit a PR](https://github.com/TanStack/db/pulls) to add your package. From c691bd45985ab213b67a8e4deeef14938ec6f211 Mon Sep 17 00:00:00 2001 From: Valerii Strilets Date: Wed, 1 Oct 2025 22:33:00 +0300 Subject: [PATCH 2/2] docs: fix pglite link --- docs/community/resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/resources.md b/docs/community/resources.md index a3e15840c..781c11963 100644 --- a/docs/community/resources.md +++ b/docs/community/resources.md @@ -16,7 +16,7 @@ This page contains a curated list of community-created packages, tools, and reso - Install: `npm install tanstack-dexie-db-collection` ### PGLite Integration (Unofficial) -- **[tanstack-db-pglite](https://github.com/letstri/tanstack-db-pglite)** - Community-maintained [pglite](https://github.com/lyonlai/pglite) adapter for TanStack DB +- **[tanstack-db-pglite](https://github.com/letstri/tanstack-db-pglite)** - Community-maintained [PGLite](https://pglite.dev/) adapter for TanStack DB - Use PostgreSQL-compatible databases in the browser via WebAssembly - Install: `npm install tanstack-db-pglite`