rethinkdb-net icon indicating copy to clipboard operation
rethinkdb-net copied to clipboard

A C# / .NET client driver for RethinkDB.

Results 45 rethinkdb-net issues
Sort by recently updated
recently updated
newest added

Can you include an example that shows how to create a reactive application with .NET/C# client using "changefeed" capability. It may be by raising an Event or, even better, by...

Hi @mfenniak , I went through the example and found that there is one for Table change feeds. Could you please provide and example for change feeds on a Query...

hi author, i'm new in rethinkdb-net, i try work for winform to manage data from rethinkdb. i see we has insert tutorial, i tried the same with update & delete...

remove quotes from argumentException in CreateConnectionFactory to throw real cluster name

Hi @mfenniak! I've been working on porting rethinkdb-net to .NET Standard: https://github.com/nkreipke/rethinkdb-net/tree/netstandard Currently, rethinkdb-net and rethinkdb-net-test are both fully ported and pass all tests. I've also changed the configuration format...

Hey Mathieu, Any plans for adding .net core support? I just ran the coreCLR compatability analysis tool and it indicates the Rethinkdb.dll code is ~97% compatible already. This would also...

Hello everyone, I'm brand new to rethinkdb, rethinkdb-net, and LINQ, so please forgive me in advance if this is a simple error on my part or misposted in any way....

The README only documents configuring a connection with App.config and connecting via a `connectionFactory`. Please add documentation for manually creating a connection by passing host, port, etc. parameters into the...

docs

Please add support to the new configuration API on ASP.NET 5: http://docs.asp.net/en/latest/fundamentals/configuration.html