immudb icon indicating copy to clipboard operation
immudb copied to clipboard

C# Support

Open Svengali opened this issue 2 years ago • 2 comments

I would like a way in C# to access ImmuDB.

Lots of applications use C#. The listed C# client doesn't seem to be working.

I'm really trying to sell this project to the team. I'm a big believer in immutability, and that DBs can benefit from it also. The project itself is an Unreal Client with an Unreal server, but, we need to store things like inventories and player information.

Update rate per person is something on the order of 1 / second of a small sliver of info, with larger updates at say 1 / minute, though faster is always helpful. Aiming at 100k users.

Svengali avatar Jun 06 '22 05:06 Svengali

@Svengali Thanks for your feedback. We're updating the dotnet SDK to match the current version of immudb and keep you updated here. You can expect a follow up very soon. Regarding your use case, that's perfect for immudb and easy to handle even on smaller deployments.

vchaindz avatar Jun 07 '22 06:06 vchaindz

@Svengali not sure why it wasn't posted here yet, but the .NET client project was recreated half a year ago here. Last commit was in December. NuGet from October.

Didn't test it yet, but according to the commits it's updated to v1.4.0

Hopefully it won't go stale like the older version.

n-shay avatar Apr 06 '23 18:04 n-shay