EdgeDB.Net icon indicating copy to clipboard operation
EdgeDB.Net copied to clipboard

C# edgedb client

Results 11 EdgeDB.Net issues
Sort by recently updated
recently updated
newest added

## Summary This PR contains modifications to the dotnet driver API to standardize it with other drivers and changes related to feedback provided by the EdgeDB team. ## Changes ###...

**Summary** When trying to do a bulk insert with a for and asking to select the inserted objects the query builder throws an InvalidOperationException because it cant wrap a global...

**Summary** When trying to do a bulk insert with a for the query builder creates a faulty query that results in an EdgeDBErrorException. **Code** ``` return await QueryBuilder .For(factions, faction...

## Summary This PR adds the long awaited query builder to the main development branch. Before this awesome feature can be added, there is still some stuff to add: ####...

enhancement

## Summary As outlined in #21, this tool provides a way to create `.cs` files from `.edgeql` files. All commands/parameters are up for change to meet consistency with other edgedb...

enhancement

With the [JS/TS RFC](https://github.com/edgedb/edgedb-js/issues/314) for this exact thing, I strongly feel like we should have the same work flow for the dotnet library ### DX: How will it work? The...

enhancement

# Summary The API design for creating, managing, and using clients differ from other EdgeDB drivers. The goal is to make a driver that is easy to switch to from...

enhancement

Docs should be finished to the point that someone can come in and figure out how the library works with no prior knowledge of edgedb internals

# EdgeDB.Net QueryBuilder V2 ## Goals - EFCore-like flow for database access. - No runtime assemblies - Full edgeql support - Abstraction but not to the point where query options...

enhancement

The edgedb clients should use a logger factory instead of taking in a `ILogger` from the config.