speedb-io / speedb

A RocksDB compliant high performance scalable embedded key-value store
https://www.speedb.io/
Apache License 2.0
907 stars 71 forks source link

Dot Net Bindings for speedb #763

Open jainal09 opened 11 months ago

jainal09 commented 11 months ago

Hi, I like the idea of speedb and its performance gains. Currently we are using litedb. But we want to migrate to speedb. We use c# dot net core in our backend. So, I was wondering if we have dot net c# bindings or nuget packages for speedb

speedbmike commented 10 months ago

We don't currently have c# support for speedb. However there are bindings for rocksdb available here:

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

Have you tried them? If they work for you, porting to speedb should be straightforward.