# edgedb-examples **Repository Path**: edgedb/edgedb-examples ## Basic Information - **Project Name**: edgedb-examples - **Description**: EdgeDB 的官方示例代码镜像,交流讨论请移步【内宣】库,谢谢! - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: https://gitee.com/edgedb/devrel - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-24 - **Last Updated**: 2025-03-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # EdgeDB examples This repo contains starter projects that demonstrate usage of EdgeDB with different languages, frameworks, and stacks. ## TypeScript | Framework | Link | | --------------------------- | -----------------------------------------------------------------------------------------------------| | Deno Fresh | [deno-fresh](https://github.com/edgedb/edgedb-examples/tree/main/deno-fresh) | | Nest.js | [nestjs-crud](https://github.com/edgedb/edgedb-examples/tree/main/nestjs-crud) | | Next.js Blog (App Router) | [nextjs-blog-app-router](https://github.com/edgedb/edgedb-examples/tree/main/nextjs-blog-app-router) | | Next.js Blog (Pages Router) | [nextjs-blog](https://github.com/edgedb/edgedb-examples/tree/main/nextjs-blog) | | Next.js Todo | [nextjs-todo](https://github.com/edgedb/edgedb-examples/tree/main/nextjs-todo) | | Remix | [remix](https://github.com/edgedb/edgedb-examples/tree/main/remix) | | SvelteKit | [sveltekit](https://github.com/edgedb/edgedb-examples/tree/main/sveltekit) | | Cloudflare Workers | [cloudflare-workers](https://github.com/edgedb/edgedb-examples/tree/main/cloudflare-workers) | ## Python | Framework | Link | | ------------------ | -------------------------------------------------------------------------------------------| | FastAPI | [fastapi-crud](https://github.com/edgedb/edgedb-examples/tree/main/fastapi-crud) | | FastAPI with Auth | [fastapi-crud-auth](https://github.com/edgedb/edgedb-examples/tree/main/fastapi-crud-auth) | | Flask CRUD | [flask-crud](https://github.com/edgedb/edgedb-examples/tree/main/flask-crud) | | Flask Proxy | [flask-proxy](https://github.com/edgedb/edgedb-examples/tree/main/flask-proxy) | | Strawberry GraphQL | [strawberry-gql](https://github.com/edgedb/edgedb-examples/tree/main/strawberry-gql) | ## Go Coming soon.