Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 910 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 910 Bytes

RqliteNet

.NET library to use rqlite.

Based on rqlite-dotnet - adjusted to my needs (mainly used as Orleans Grain persistence)

Usage

  • Plain .NET - Look at RqliteNet.Example rqlitenet
  • ASP.NET - Look at RqliteNet.AspNet.Example rqlitenet.aspnet
  • Orleans Grain persistence - Look at RqliteNet.Orleans.Example orleans.persistence.rqlitenet
    • NB: This is PoC, it was not tested at production use, etc.

Use at Your Own Risk

GitHub