Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PastelStoic/create-t3-edgedb-app
https://github.com/PastelStoic/create-t3-edgedb-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/PastelStoic/create-t3-edgedb-app
- Owner: PastelStoic
- Created: 2022-09-16T22:25:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-30T16:36:32.000Z (about 2 years ago)
- Last Synced: 2024-08-02T06:14:27.631Z (6 months ago)
- Language: TypeScript
- Size: 124 KB
- Stars: 21
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-edgedb - Create T3-EdgeDB App - The [T3 stack](https://init.tips/), but the database of choice is EdgeDB. (Templates)
README
# Create T3-EdgeDB App
This is an app bootstrapped according to the [init.tips](https://init.tips) stack, also known as the T3-Stack. Badly modified by me.
Additional credit to [Bruno Crosier](https://github.com/brunocrosier) for making [the nextauth adapter](https://www.npmjs.com/package/@bruno_crosier/edgedb-adapter) for me.## How is this different from the normal T3 app?
It's worse! Haha but really, it's exactly the same as the normal T3 app, but Prisma is replaced by EdgeDB. This is intended to be a reference more than an actual template - reference this for a guide on converting your existing T3 app to Edgedb.
Most relevant files are:
1. `src/pages/api/auth/[...nextauth].ts`
2. `src/server/db/client.ts`