https://github.com/prisma/migrate-from-typeorm-to-prisma
https://github.com/prisma/migrate-from-typeorm-to-prisma
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prisma/migrate-from-typeorm-to-prisma
- Owner: prisma
- Created: 2020-11-25T14:34:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-25T15:29:15.000Z (over 5 years ago)
- Last Synced: 2025-10-09T03:32:15.356Z (9 months ago)
- Language: TypeScript
- Homepage: https://www.prisma.io/docs/guides/migrate-to-prisma/migrate-from-typeorm
- Size: 13.7 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Migrating from TypeORM to Prisma
This repo contains a sample Express server with two main branches:
- [`main`](https://github.com/prisma/migrate-from-typeorm-to-prisma): Initial version of the Express server built with TypeORM
- [`prisma`](https://github.com/prisma/migrate-from-typeorm-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-typeorm) that walks through the migration process can be found in the [Prisma docs](https://www.prisma.io/docs). You can also [check out the open PR](https://github.com/prisma/migrate-from-typeorm-to-prisma/pull/1/files) for a quick overview of the main differences between TypeORM and Prisma.