Package Exports
- @firtoz/db-helpers
Readme
@firtoz/db-helpers
Small helpers for TanStack DB — published as compiled dist/ with types on npm. Memory collections, sync adapters, and more as the toolkit grows.
Current helpers
- Memory collection – In-memory TanStack DB collection with sync adapter and
truncateutility. Useful for tests and ephemeral state.
Installation
bun add @firtoz/db-helpers
# or npm/pnpm/yarnPeer dependencies: @tanstack/db and @standard-schema/spec.
Usage
import {
createMemoryCollection,
memoryCollectionOptions,
type MemoryCollection,
} from "@firtoz/db-helpers";See @tanstack/db docs for collection usage.
License
MIT