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
7 changes: 6 additions & 1 deletion docs/community/resources.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
---
title: Community Resources
id: community-resources
---

# Community Resources

This page contains a curated list of community-created packages, tools, and resources that extend or complement TanStack DB.

## Community Packages

### Dexie.js Integration (Unofficial)
- **[tanstack-dexie-db-collection](https://github.com/yourusername/tanstack-dexie-db-collection)** - Community-maintained Dexie.js adapter for TanStack DB
- **[tanstack-dexie-db-collection](https://github.com/HimanshuKumarDutt094/tanstack-dexie-db-collection)** - Community-maintained Dexie.js adapter for TanStack DB
- Local persistence using [Dexie.js](https://dexie.org) (IndexedDB wrapper)
- Lightweight integration for browser-based storage
- Install: `npm install tanstack-dexie-db-collection`
Expand Down
Loading