๐Ÿš€ Launching on Product Hunt โ€” April 28, 2026

Keep your Prisma code.
Ship to any database.

Drop-in replacement for @prisma/client โ€” runs on Oracle, SQL Server, DB2, SAP HANA, MongoDB, plus 8 more. Native TypeScript. No engine binary. AGPL + commercial.

npm install @mostajs/orm @mostajs/orm-bridge

Three lines. That's the migration.

Your db.User.findMany({ include }), nested writes, $transaction โ€” all keep working.

- // src/lib/db.ts
- import { PrismaClient } from '@prisma/client'
- export const db = new PrismaClient()

+ // src/lib/db.ts
+ import { createPrismaLikeDb } from '@mostajs/orm-bridge'
+ export const db = await createPrismaLikeDb()

One codebase. Every database your enterprise has.

SQLite for prototypes. Oracle for payroll. MongoDB for audit logs. Change one env var, ship the same code.

SQLite
PostgreSQL
MySQL
MariaDB
MongoDB
Oracle
SQL Server
DB2
SAP HANA
Sybase
CockroachDB
HSQLDB
Google Spanner

Each dialect: ~200 LOC, lazy-loaded, bundler-friendly (Next.js ยท Vite ยท SvelteKit)

One command migrates your project.

Codemod + install + schema convert + DDL + seed โ€” under 90 seconds.

$ npx @mostajs/orm-cli bootstrap

Built for shipping, not benchmarking.

๐Ÿ”

Cross-dialect replication

SQLite master โ†’ PostgreSQL + MongoDB slaves in one config. Live monitor dashboard included.

โšก

Manual transactions (v1.11)

beginTx / commitTx / rollbackTx with nested SAVEPOINTs across all SQL engines.

๐Ÿชถ

No engine binary

Pure TypeScript schemas. No prisma generate. Bundles cleanly on Edge runtimes.

AGPL for open source. Commercial for everyone else.

AGPL-3.0-or-later

Free as in freedom. Perfect for OSS projects, research, personal side projects, agencies shipping OSS deliverables.

Read the license โ†’

Commercial license

Ships with your SaaS, keeps your source closed, includes a 12-month support SLA. Quote on request.

drmdh@msn.com โ†’

From your first npx to production: 30 minutes.

Upvote on Product Hunt โ†’ โญ Star on GitHub
npm ยท GitHub ยท Story on dev.to ยท Contact