forked from TanStack/db
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.ts
More file actions
19 lines (19 loc) · 809 Bytes
/
Copy pathindex.ts
File metadata and controls
19 lines (19 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
export { createBrowserWASQLitePersistence } from './browser-persistence'
export { openBrowserWASQLiteOPFSDatabase } from './opfs-database'
export { BrowserCollectionCoordinator } from './browser-coordinator'
export type {
BrowserWASQLiteDatabase,
BrowserWASQLitePersistenceOptions,
BrowserWASQLiteSchemaMismatchPolicy,
} from './browser-persistence'
export type { OpenBrowserWASQLiteOPFSDatabaseOptions } from './opfs-database'
export type { BrowserCollectionCoordinatorOptions } from './browser-coordinator'
export {
DEFAULT_APPLIED_TX_PRUNE_MAX_AGE_SECONDS,
DEFAULT_APPLIED_TX_PRUNE_MAX_ROWS,
persistedCollectionOptions,
} from '@tanstack/db-sqlite-persistence-core'
export type {
PersistedCollectionCoordinator,
PersistedCollectionPersistence,
} from '@tanstack/db-sqlite-persistence-core'