Part of the @mostajs/orm ecosystem — the multi-dialect ORM with one API across 13 databases. This post zooms in on the migration CLI.
TL;DR
One command turns an existing Prisma app into a @mostajs/orm app that runs on any of 13 databases — and you don't edit a single line of application code:
cd my-existing-prisma-app
npx @mostajs/orm-cli bootstrap






