Skip to content

Commit

Permalink
Discontinue RocksDB binding (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers authored Dec 1, 2024
1 parent 24e5eac commit d0f26ee
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ To upgrade, please consult the following table. If you use a combination of the
| [`level-mem`][level-mem] | [`memory-level`][memory-level] | `MemoryLevel` | [`memory-level@1`][memory-level@1] |
| [`memdown`][memdown] | [`memory-level`][memory-level] | `MemoryLevel` | [`memory-level@1`][memory-level@1] |
| [`level-js`][level-js] | [`browser-level`][browser-level] | `BrowserLevel` | [`browser-level@1`][browser-level@1] |
| [`level-rocksdb`][level-rocksdb] | `rocks-level` | `RocksLevel` | _Not yet available_ |
| [`rocksdb`][rocksdb] | `rocks-level` | `RocksLevel` | _Not yet available_ |
| [`level-rocksdb`][level-rocksdb] | n/a (discontinued) | n/a | n/a |
| [`rocksdb`][rocksdb] | n/a (discontinued) | n/a | n/a |
| [`multileveldown`][multileveldown] | [`many-level`][many-level] | `ManyLevelGuest` | [`many-level@1`][many-level@1] |
| [`level-party`][level-party] | [`rave-level`][rave-level] | `RaveLevel` | [`rave-level@1`][rave-level@1] |
| [`subleveldown`][subleveldown]<sup>1</sup> | n/a | n/a | [`abstract-level@1`][abstract-level@1] |
Expand All @@ -100,6 +100,12 @@ To upgrade, please consult the following table. If you use a combination of the

</small>

### Why have `level-rocksdb` and `rocksdb` been discontinued?

Maintaining these bindings to RocksDB (as an alternative to LevelDB) has been an afterthought for several years. There was no active maintainer in the Level organization who used `rocksdb` themselves. The `level-rocksdb` and `rocksdb` npm packages in addition have seen very few downloads compared to the main `level` package. LevelDB continues to be the preferred option for typical use cases of Level with good general-purpose performance.

You may find alternatives in user land.

### Where can I get support?

If you need help - technical, philosophical or other - feel free to [open an issue](https://github.com/Level/community/issues/new/choose) in [`community`](https://github.com/Level/community) or a more specific repository. We don't (yet) use GitHub Discussions, at least until discussions get the ability to [close them](https://github.com/github/feedback/discussions/3097).
Expand Down

0 comments on commit d0f26ee

Please sign in to comment.