@@ -38,16 +38,17 @@ Loading this module through a script tag will make it's exports available as `In
38
38
## Implementations
39
39
40
40
- Backed Implementations
41
- - Memory: [ ` datastore-core/memory ` ] ( https://github.com/ipfs/js-datastore-core/tree/master/src/memory.js )
42
- - level: [ ` datastore-level ` ] ( https://github.com/ipfs/js-datastore-level ) (supports any levelup compatible backend)
43
- - File System: [ ` datstore-fs ` ] ( https://github.com/ipfs/js-datastore-fs )
44
- - S3: [ ` datstore-s3 ` ] ( https://github.com/ipfs/js-datastore-s3 )
41
+ - File System: [ ` datastore-fs ` ] ( https://github.com/ipfs/js-stores/tree/main/packages/datastore-fs )
42
+ - IndexedDB: [ ` datastore-idb ` ] ( https://github.com/ipfs/js-stores/blob/main/packages/datastore-idb )
43
+ - level: [ ` datastore-level ` ] ( https://github.com/ipfs/js-stores/tree/main/packages/datastore-level ) (supports any levelup compatible backend)
44
+ - Memory: [ ` datastore-core/memory ` ] ( https://github.com/ipfs/js-stores/blob/main/packages/datastore-core/src/memory.ts )
45
+ - S3: [ ` datastore-s3 ` ] ( https://github.com/ipfs/js-stores/tree/main/packages/datastore-s3 )
45
46
- Wrapper Implementations
46
- - Mount : [ ` datastore -core/src/mount ` ] ( https://github.com/ipfs/js-datastore-core/tree/master/ src/mount.js )
47
- - Keytransform : [ ` datstore -core/src/keytransform ` ] ( https://github.com/ipfs/js-datastore-core/tree/master/ src/keytransform.js )
48
- - Sharding : [ ` datastore-core/src/sharding ` ] ( https://github.com/ipfs/js-datastore-core/tree/master/ src/sharding.js )
49
- - Tiered : [ ` datstore -core/src/tiered ` ] ( https://github.com/ipfs/js-datastore-core /blob/master/ src/tiered.js )
50
- - Namespace : [ ` datastore -core/src/namespace ` ] ( https://github.com/ipfs/js-datastore-core/tree/master/ src/namespace.js )
47
+ - Keytransform : [ ` datstore -core/src/keytransform ` ] ( https://github.com/ipfs/js-stores/blob/main/packages/ datastore-core/src/keytransform.ts )
48
+ - Mount : [ ` datastore -core/src/mount ` ] ( https://github.com/ipfs/js-stores/blob/main/packages/ datastore-core/src/mount.ts )
49
+ - Namespace : [ ` datastore-core/src/namespace ` ] ( https://github.com/ipfs/js-stores/blob/main/packages/ datastore-core/src/namespace.ts )
50
+ - Sharding : [ ` datastore -core/src/sharding ` ] ( https://github.com/ipfs/js-stores /blob/main/packages/datastore-core/ src/sharding.ts )
51
+ - Tiered : [ ` datstore -core/src/tiered ` ] ( https://github.com/ipfs/js-stores/blob/main/packages/ datastore-core/src/tiered.ts )
51
52
52
53
If you want the same functionality as [ go-ds-flatfs] ( https://github.com/ipfs/go-ds-flatfs ) , use sharding with fs.
53
54
0 commit comments