OrmFactory is a visual desktop data model editor integrated with your ORM. It's a tool for single developers and teams, data architect or devops.

What OrmFactory is

OrmFactory is a multi-connection model-first database manager. It's working with model instead of active connection. That's why "multi-connection" means "zero or more".

You can add multiple connections to different databases or do not add connections at all.

You want to introduce conceptual database scheme? Start without connection. You can connect database later.

How it works

OrmFactory uses model-first approach instead of code-first or database-first. Model-first allows you to store additional information about data structure like virtual foreign keys (including multitable FK), type conversion hints, named-in-code rows etc.



Just edit your db structure and run all generators by pressing F5. Yes, you can use multiple generators on same project.


Supported databases

Database Status
MySql Supported
PostgreSQL Supported
MSSQL Planned
Oracle Planned

Integrated light data management system

Integrated data management system allows you to edit stored data in same place where you edit data structure.

Advantages