Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/community/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading