UNPKG

rxdb

Version:

A local-first realtime NoSQL Database for JavaScript applications - https://rxdb.info/

7 lines (5 loc) 217 B
export function getFoundationDBIndexName(index: string[]): string { return index.join('|'); } export const CLEANUP_INDEX: string[] = ['_deleted', '_meta.lwt']; export const FOUNDATION_DB_WRITE_BATCH_SIZE = 2000;