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
- Host: GitHub
- URL: https://github.com/block-core/blockcore-rocksdb-native
- Owner: block-core
- License: bsd-2-clause
- Created: 2021-05-20T14:57:00.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-03T05:10:58.000Z (over 4 years ago)
- Last Synced: 2025-05-31T07:17:43.858Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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)