db-core/custom-adapter

Installation
SKILL.md

This skill builds on db-core and db-core/collection-setup. Read those first.

Custom Adapter Authoring

Setup

import { createCollection } from '@tanstack/db'
import type { SyncConfig, CollectionConfig } from '@tanstack/db'

interface MyItem {
  id: string
  name: string
}
Installs
Repository
tanstack/db
GitHub Stars
3.8K
First Seen
db-core/custom-adapter — tanstack/db