An open API service indexing awesome lists of open source software.

https://github.com/block-core/blockcore-rocksdb-native

Native build of RocksDB for Windows, Mac and Linux
https://github.com/block-core/blockcore-rocksdb-native

Last synced: 12 months ago
JSON representation

Native build of RocksDB for Windows, Mac and Linux

Awesome Lists containing this project

README

          



Blockcore



About Blockcore RocksDB Native



Native APIs for RocksDB by Facebook, used by the Blockcore RocksDB NuGet package.




Introduction
----------------------------

This repository contains code to download the official source code from RocksDB and build native libraries for Windows, Mac and Linux.

Libaries are available under releases in this repository.

The libraries is consumed by the Blockcore RocksDB NuGet package, available at:

https://github.com/block-core/blockcore-rocksdb

Go there to get the package you want, if you want to use RocksDB in your .NET projects.

### Background

This library is based upon a fork of the original work by [warrenfalk](https://github.com/warrenfalk) and [theolivenbaum](https://github.com/theolivenbaum)

Due to the major modifications to the setup, including adding support for GitHub Workflows and Releases, this repository is based upon a source-copy and not a linked git-fork.

https://github.com/warrenfalk/rocksdb-sharp

https://github.com/curiosity-ai/rocksdb-sharp

Facebook repository:

https://github.com/facebook/rocksdb

### License

[BSD 2-Clause License](LICENSE)