test-rxdb
Version:
A local realtime NoSQL Database for JavaScript applications -
9 lines (8 loc) • 456 B
TypeScript
import type { RxPlugin, RxCollection } from '../../types/index.ts';
import { RxMigrationState } from './rx-migration-state.ts';
export declare const DATA_MIGRATOR_BY_COLLECTION: WeakMap<RxCollection, RxMigrationState>;
export declare const RxDBMigrationPlugin: RxPlugin;
export declare const RxDBMigrationSchemaPlugin: RxPlugin;
export * from './rx-migration-state.ts';
export * from './migration-helpers.ts';
export * from './migration-types.ts';