edgedb-examples
edgedb-examples copied to clipboard
EdgeDB example projects for different stacks
File "/home/user/Desktop/edgeb_fastapiCrud/app/main.py", line 9, in from app import events, users File "/home/user/Desktop/edgeb_fastapiCrud/app/events.py", line 33, in @router.get("/events") -------------------------------------------------------------------------------------------------------------- raise PydanticUndefinedAnnotation.from_name_error(e) from e pydantic.errors.PydanticUndefinedAnnotation: name 'uuid' is not defined For further information...
Added field specifications for mutations to prevent this type of error: `TypeError: _init_() takes 1 positional argument but 4 were given`
## 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...
Hi, after doing `edgedb project init` I can run `edgedb ui` and see `Count` object and all, but when I run `deno task start` and open http://localhost:8000/ I get this...
From the Youtube video by Lukasz Langa: https://www.youtube.com/watch?v=dnjm-sx7b8k
I was doing code spring cleaning, and ran into my NestJS example project for working with EdgeDB. https://github.com/tdolsen/edgedb-nestjs-example Any interest in getting this cleaned up and merged into this repo?...
Issue: Redirecting to an non-existing repo. Before:  After:  Change: https://github.com/edgedb/edgedb-examples/tree/main/nextjs-app-router ---> https://github.com/edgedb/edgedb-examples/tree/main/nextjs-blog-app-router
This is a draft on the LLM-powered search app that remembers interactions with the user and references them when answering new questions.