Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prisma/prisma-edge-functions
https://github.com/prisma/prisma-edge-functions
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prisma/prisma-edge-functions
- Owner: prisma
- Created: 2022-07-07T06:55:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-27T11:47:57.000Z (about 1 year ago)
- Last Synced: 2023-11-27T12:42:54.516Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://prisma-edge-functions.vercel.app
- Size: 189 KB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prisma and Vercel Edge functions
This sample application shows how to work with traditional relational databases on the Edge using Prisma.
[Guide](https://www.prisma.io/blog/database-access-on-the-edge-8F0t1s1BqOJE#demo-database-access-on-the-edge)
Getting started:
```
npx create-next-app --example https://github.com/prisma/prisma-edge-functions/tree/starter prisma-edge-functions
```