Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prisma/migrate-from-sequelize-to-prisma
A migration guide from Sequelize to Prisma example
https://github.com/prisma/migrate-from-sequelize-to-prisma
Last synced: about 2 months ago
JSON representation
A migration guide from Sequelize to Prisma example
- Host: GitHub
- URL: https://github.com/prisma/migrate-from-sequelize-to-prisma
- Owner: prisma
- Created: 2020-12-14T21:40:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-11T11:50:38.000Z (over 2 years ago)
- Last Synced: 2023-04-09T18:45:57.311Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.prisma.io/docs/guides/migrate-to-prisma/migrate-from-sequelize
- Size: 28.3 KB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Migrating from Sequelize to Prisma
This repo contains a sample Express server with two main branches:
- [`main`](https://github.com/prisma/migrate-from-sequelize-to-prisma): Initial version of the Express server built with Sequelize
- [`prisma`](https://github.com/prisma/migrate-from-sequelize-to-prisma/tree/prisma): Final version of the Express server after it was migrated to PrismaThe [guide](https://www.prisma.io/docs/guides/migrate-to-prisma/migrate-from-sequelize) that walks through the migration process can be found in the [Prisma docs](https://www.prisma.io/docs).