rxdb-supabase

v1.0.4
Offline support for Supabase using RxDB, an offline-first database
rxdb supabase offline replication sync

build

npm run clean && npm run type:dts && npm run build:main

build:main

tsx ./scripts/build.ts

clean

tsx ./scripts/clean.ts

type:dts

tsc --emitDeclarationOnly --project tsconfig.build.json

type:check

tsc --noEmit

format

prettier "src/**/*.ts" --write

format:check

prettier "src/**/*.ts" --check

lint

eslint src --ext .ts --fix

lint:check

eslint src --ext .ts

test

vitest run

test:watch

vitest watch

test:coverage

vitest run --coverage

test:setup

tsx ./scripts/test-setup.ts

integration-test

INTEGRATION_TEST=1 vitest run

integration-test:watch

INTEGRATION_TEST=1 vitest watch

spell:check

cspell "{README.md,CODE_OF_CONDUCT.md,CONTRIBUTING.md,.github/*.md,src/**/*.ts}"

cz

cz

semantic-release

semantic-release
npm i rxdb-supabase

Metadata

  • MIT
  • ^18.15.0
  • Marcel Juenemann
  • released 8/16/2023

Downloads

Maintainers