Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farooq85-dev/prisma-relations-mongodb
This repository is about how can we maintain relations between different models via prisma. Like one-to-one, one-to-many etc. Thanks to @ghousahmed.
https://github.com/farooq85-dev/prisma-relations-mongodb
express-js node-js orm prisma prisma-client typesafety typescript
Last synced: about 1 month ago
JSON representation
This repository is about how can we maintain relations between different models via prisma. Like one-to-one, one-to-many etc. Thanks to @ghousahmed.
- Host: GitHub
- URL: https://github.com/farooq85-dev/prisma-relations-mongodb
- Owner: Farooq85-dev
- Created: 2024-11-29T06:42:56.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-06T16:17:18.000Z (about 1 month ago)
- Last Synced: 2024-12-06T17:27:55.229Z (about 1 month ago)
- Topics: express-js, node-js, orm, prisma, prisma-client, typesafety, typescript
- Language: TypeScript
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prisma-Relations-MongoDb
## This repository is about how can we maintain relations between different models via prisma. Like one-to-one, one-to-many etc. Thanks to @ghousahmed.