UNPKG

@wrktalk-tech/watermelondb

Version:

Build powerful React Native and React web apps that scale from hundreds to tens of thousands of records and remain fast

11 lines (9 loc) 239 B
export type Loki = any export type LokiCollection = any export type LokiResultset = any export type LokiMemoryAdapter = any export type MigrationEvents = { onSuccess: () => void onStart: () => void onError: (error: Error) => void }