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
}