• Accessibility issues
    • Links on dark background contrast ratio of 3.39
      • Passes AA only for large text and graphical elements
    • Links on light background contrast ratio of 3.79
      • Passes AA only for large text and graphical elements
  • Add documentation for edgedb.toml
[edgedb]
server-version = "2.3"

Dotnet client library

Datatypes

The .NET driver maps the following EdgeDB types to the corresponding:

  • corresponding what? .NET types, I assume

From Discord James

  • Writing an FAQ page covering a lot of questions regarding the service and parts (like CLI commands, edgedb project vs. edgedb instance)
  • Provide some more thorough examples for various client libraries -
    • Python and JavaScript as high priority (seem to be the most used)
    • These don’t have a lot of examples right now, and with newer features like the .edgeql proposal and dataclasses being supported, I think they’re almost due for some touching.
  • Do case studies on using query builders from various client libraries - .NET is one I also want to do, but I’m waiting to see how the performance work goes from Quin.
  • (Waiting on this) help document the .NET client library. I won’t be touching this until I hear it’s ready for documentation work. This is in-progress.