Linqdb is nosql, distributed database for .Net. It is based on Rocksdb and adds some higher-level features. It aims at great performance and simple API.


Server:
Windows .net server 64-bit (.net >= 4.5)

Server client:
.netcore server client (.net >= 8.0)
Windows .net server client (.net >= 4.5)

Embedded:
Windows .net embedded db 64-bit (.net >= 4.5)
.netcore embedded db 64-bit (.net >= 8.0)


Read the docs

Linqdb comes as one-process embedded database as well as standalone server with client.
Rocksdb efficiency combined with high-level features like entities, linq-style operators, search and so on.
Documentation »

Benchmark

Linqdb is based on Rocksdb which results in great performance characteristics. Linqdb itself is optimized not to stand in the way.
See some test numbers »

License

MIT License »