Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lamba92 committed Jul 21, 2024
1 parent 8e32635 commit 7562214
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ Kotlinx.document.store is an abstraction on top of platform-specific key-value s
- **Multiplatform**:
- :heavy_check_mark: JVM (MVStore, RocksDB)
- `com.github.lamba92:kotlinx-document-store-mvstore:1.0.0-SNAPSHOT`
- :heavy_check_mark: JS/Browser (IndexedDB idb-keyval)
`com.github.lamba92:kotlinx-document-store-browser:1.0.0-SNAPSHOT`
- `com.github.lamba92:kotlinx-document-store-rocksdb:1.0.0-SNAPSHOT`
- :heavy_check_mark: JS/Browser (IndexedDB [idb-keyval](https://www.npmjs.com/package/idb-keyval))
- `com.github.lamba92:kotlinx-document-store-browser:1.0.0-SNAPSHOT`
- :hourglass: macOS (RockDB)
- `com.github.lamba92:kotlinx-document-store-rocksdb:1.0.0-SNAPSHOT`
- :hourglass: iOS (RockDB)
- `com.github.lamba92:kotlinx-document-store-rocksdb:1.0.0-SNAPSHOT`
- :x: watchOs
- :x: tvOs
- :x: Linux
Expand Down

0 comments on commit 7562214

Please sign in to comment.