RethinkDb.Driver icon indicating copy to clipboard operation
RethinkDb.Driver copied to clipboard

:headphones: A NoSQL C#/.NET RethinkDB database driver with 100% ReQL API coverage.

Results 24 RethinkDb.Driver issues
Sort by recently updated
recently updated
newest added

Add extension method `ToCursor` and `ToCursorAsync` to queryable

enhancement
linq provider

Could be good if the Linq Provider will suggest indexes to improve query performance

linq provider

do_ method in java only has underscore because it conflicts with the keyword, right? With the capitalization C# does not have this probelm

### Version Information | .NET Full Framework? | 4.8 | | RethinkDB Server | 2.3.6 | Hi I have a very simple indexed orderby: ``` R.Db("db").Table("table").OrderBy().OptArg(R.Desc("lastName")).Limit(100) ``` This gives me:...