Core Cuttlefish client functionality - live queries, row cache, and query evaluator.
npm install @cuttlefish-sync/core
import { version } from '@cuttlefish-sync/core'
console.log(version)
The core package ships with a fixture-based suite that mirrors the Elixir query-plan tests.
# from the repository root
npm test
Export the fixtures from the Elixir app before running the suite:
mix cf.query_plan.export_test_cases