Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 Prisma

The [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).