Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

@tanstack/rxdb-db-collection

RxDB collection adapter for TanStack DB.

This package allows you to use an RxDB collection as the storage and synchronization backend for a TanStack DB collection.

About RxDB

RxDB (Reactive Database) is a local-first, NoSQL-database for JavaScript Applications. It is reactive, meaning that you can query the current state and subscribe to all state changes, e.g. for realtime UI updates.

Key features include:

  • Local-First: Data is stored locally on the client for instant access and works offline.
  • Replication: Built-in replication protocols to sync with your backend.
  • Multi-Tab Support: Syncs data between browser tabs and windows.
  • Schema Validation: Ensures your data matches your JSON schema.

Documentation

For usage and detailed documentation: