Today we are releasing an official client library for the Dart language, making             it the latest to join our expanding collection of first-pa

EdgeDB + Dart | EdgeDB Blog

submited by
Style Pass
2022-09-29 20:00:13

Today we are releasing an official client library for the Dart language, making it the latest to join our expanding collection of first-party libraries for JavaScript, TypeScript, Deno, Python, Go, and Rust.

In other news, our .NET client is about to graduate to a production-ready library. Stay tuned for the upcoming announcement!

Users of EdgeDB will immediately feel familiar with the Dart client. It has the same zero-config createClient() connection API. Connection pooling is built-in and is fully automatic. Queries and transactions retry on network and transaction errors. And the best news is that all of this comes with great ergonomics and DX.

A declarative schema which lets you express inheritance, computed properties, functions, complex constraints, access control rules;

Leave a Comment