Blog Logo
TAGS

Bringing .NET to EdgeDB

Today, the EdgeDB team announces the official .NET binding for EdgeDB. The API implements zero-config connectivity, automatic reconnection on network and serialization errors, client-side connection pooling abstraction, and efficiency through lean data serialization and protocol implementation. The API is designed to be easy to pick up and be productive with in no time. The EdgeDB.Net package targets .NET 6 and has been built with performance and developer experience as their highest priorities in a fully asynchronous implementation using high-performance .NET design patterns like Span<T>. To get started, follow their quickstart guide to get EdgeDB installed and create the EdgeDB project in your .sln directory. Read the EdgeDB quickstart documentation to learn more about building your first query with the new EdgeDB.Net driver.