DEV Community

Signor_P
Signor_P

Posted on

My new ORM NPM package MiniORM

Introducing MiniOrm – a lightweight and intuitive ORM built with TypeScript.
It supports MySQL, PostgreSQL, and SQLite out of the box, and offers a clean, fluent API for building queries without sacrificing performance or control.

✨ Features:

  • QueryBuilder with strong typing
  • Support for raw SQL when needed
  • Simple and, or conditions
  • Class-based fluent API
  • Fully open-source and framework-agnostic

Whether you're building a small side project or a full-scale backend, MiniOrm offers the right balance between simplicity and power.

📦 NPM: https://www.npmjs.com/package/miniorm-ts
📚 Docs: https://zexson-dev.vercel.app/miniorm
💻 GitHub: https://github.com/SignorMassimo/miniorm
🎥 Video: https://www.youtube.com/watch?v=RIC5cRqNtY8

Top comments (0)