You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The repository currently focuses on providing examples for frameworks in Python and TypeScript. However, developers have to rely on sections of the documentation and their client library of choice for usage. Developers may find it easier to look through existing examples for a more technical explanation as to how to bring EdgeDB forth into their applications.
Motive
The idea behind this proposal is to visually exemplify specific implementations of EdgeDB, such as Standard Library types and using EdgeQL. Some client libraries such as .NET and JS/TS feature query builders that also use helper methods and special paradigms which may be preferred by developers instead.
The objectivity of a PR resolving this Issue is to simply give examples of pure code—not documentation—so client libraries may be representable from the lens of a developer without having to immediately jump to reading docs.
Target
The following client libraries (including community-made, unofficial ones) we want to write examples for are:
This Issue is focused on functionality of a client library and not using a framework. PRs aiming to showcase how to use clients with a framework are not to be considered as part of this Issue.
The text was updated successfully, but these errors were encountered:
Introduction
The repository currently focuses on providing examples for frameworks in Python and TypeScript. However, developers have to rely on sections of the documentation and their client library of choice for usage. Developers may find it easier to look through existing examples for a more technical explanation as to how to bring EdgeDB forth into their applications.
Motive
The idea behind this proposal is to visually exemplify specific implementations of EdgeDB, such as Standard Library types and using EdgeQL. Some client libraries such as .NET and JS/TS feature query builders that also use helper methods and special paradigms which may be preferred by developers instead.
The objectivity of a PR resolving this Issue is to simply give examples of pure code—not documentation—so client libraries may be representable from the lens of a developer without having to immediately jump to reading docs.
Target
The following client libraries (including community-made, unofficial ones) we want to write examples for are:
Footernote
This Issue is focused on functionality of a client library and not using a framework. PRs aiming to showcase how to use clients with a framework are not to be considered as part of this Issue.
The text was updated successfully, but these errors were encountered: