edgedb / edgedb-examples

EdgeDB example projects for different stacks
61 stars 22 forks source link

Propose functionality examples #97

Open i0bs opened 1 year ago

i0bs commented 1 year ago

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.