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

Plug your database.
Plug your protocol. Done.

The universal data plane for any ORM, any database, any language. One @mostajs/orm connecting 13 databases. One @mostajs/net exposing 11 transports. Connected via the same electrical bus.

mostajs architecture: ORM โ†” NET via electrical metaphor โ€” 13 databases on the left, 11 transports on the right, Data-Plug central, NetClient connecting 18 polyglot languages

Three layers, one electrical system. ORM speaks to 13 databases ยท NET exposes 11 transports ยท Data-Plug bridges them and external apps ยท NetClient ports the API into 18 native SDKs.

@mostajs/orm

13 database backends. ~200 LOC per dialect. Lazy-loaded, bundler-friendly.

  • SQLite
  • PostgreSQL
  • MySQL
  • MariaDB
  • MongoDB
  • Oracle
  • SQL Server
  • DB2
  • SAP HANA
  • Sybase
  • CockroachDB
  • HSQLDB
  • Spanner
  • + more

@mostajs/net

11 transport protocols. Auto-routed from your schemas. Polyglot SDKs included.

  • HTTP REST
  • GraphQL
  • WebSocket
  • SSE
  • MCP
  • gRPC
  • NATS
  • tRPC
  • OData
  • JsonRpc
  • Arrow Flight
  • + more

Drop in. Plug your code as-is.

Whether you write Prisma, Drizzle, TypeORM or Sequelize โ€” keep your code. The bridge speaks your dialect.

๐Ÿ”Œ

Prisma users โ€” your db.User.findMany({ include }), nested writes, $transaction โ€” all keep working.
Drizzle users โ€” keep the type-safe builders, gain Oracle / DB2 / SAP HANA + 11 transports for free.
TypeORM / Sequelize users โ€” schemas convert via npx @mostajs/orm-cli bootstrap.

That's the migration.

Replace one client. Keep everything else.

// Before โ€” Prisma
import { PrismaClient } from '@prisma/client'
export const db = new PrismaClient()

// After โ€” mostajs/orm-bridge
import { createPrismaLikeDb } from '@mostajs/orm-bridge'
export const db = await createPrismaLikeDb()

Migrate your whole project.

Codemod + install + schema convert + DDL + seed. Under 90 seconds.

$ npx @mostajs/orm-cli bootstrap

AGPL for OSS. Commercial for SaaS.

AGPL-3.0-or-later

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

Read the license โ†’

Commercial license

Ships with your SaaS, source stays closed, includes 12-month support SLA.

drmdh@msn.com โ†’

From your first npx to production: 30 minutes.