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
- Visual database concept design tool
- Source code generator for your own ORM
- Data management system
- Everyday tool for software developers
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
- Full HiDPI support
- Fast data fetch. Warning: fast data fetch means fast memory consumption.
- Low memory consumption.
- Fast data grid. Grid can scroll millions lines without freezing (if you have enough memory). No matter how many columns do you have.
- Intelligent autocomplete system. Autocomplete based on data model.
- Multiline editor with XML and JSON syntax highlighting
- "Prettify-on-the-fly" feature for minified JSON
- Spatial data types support
- "Tooltip on linked entity" feature