deno.land / x / replicache@v10.0.0-beta.0 / db / mod.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
export {Write, initDB, readIndexesForWrite} from './write';export { Read, readIndexesForRead, readCommit, readCommitForBTreeRead, readCommitForBTreeWrite, whenceHead, whenceHash, fromWhence, readFromDefaultHead,} from './read';export { DEFAULT_HEAD_NAME, Commit, fromChunk, newIndexChange, newLocal, newSnapshot, assertCommitData, fromHash as commitFromHash, fromHead as commitFromHead, localMutations, snapshotMetaParts, baseSnapshot, chain as commitChain,} from './commit';export {getRoot} from './root';export {decodeIndexKey, encodeIndexKey} from './index';export type {IndexKey} from './index';export {Visitor} from './visitor';export {BaseTransformer, Transformer} from './transformer';
export type { SnapshotMeta, LocalMeta, IndexChangeMeta, IndexRecord, CommitData, Meta,} from './commit';export type {ScanOptions} from './scan';export type {Whence} from './read';
replicache

Version Info

Tagged at
2 years ago