Download OrmFactory version 0.7.1 (latest)
Warning
- ⚠️ This is very early version.
- ⚠️ The project is under very active development.
- ⚠️ Expect bugs and breaking changes.
- ⚠️ DO NOT use this tool on production database.
- ⚠️ Look carefully at generated SQL before apply. Check twice.
For Windows
-
x64 exe installer 32.01 MB
SHA256: 92C8FD79AC26A0C5BCEC822CB6C933FC4AA7A4096D9B2EFFF035D9FAE994184F
For MacOSX
-
x64 pkg installer 59.54 MB
SHA256: ABB1A8658BCF0BC56B8216C50D89D07AC54592731C225F36B1CEC9F1357ED663 -
arm pkg installer 57.06 MB
SHA256: 68920FEFF398C689C99F9AD98899463C00FD60719704B6A8EBB8DEAE61C98073
For Linux
-
x64 AppImage 58.80 MB
SHA256: CEE454BBA214F11EDAA9FD8AD98E9D7128A2698B18FF81204BE7EAA41F9FD9F6
What's new
Version 0.7.1
Released at 12.01.2025
- fixed crash when opened table structure editor
- fixed undo/redo shortcuts
- new line now contains no text (table edit window)
- primary key now visible in constraints tab
- error popup in connection edit window became modal
- fixed cursor on drag from project tree
- fixed vertical font alignment on OSX
- table editor now has row counter in every tab header
- fixed tooltip appeared over new window
- removed scrollbar in joined tooltip window if fits into popup size
- new table action: show create table statement
- tooltip in project tree
- subitems counter in project tree items
- schema sync and table sync
- new project tree settings: show subitems counter
Version 0.7.0
Released at 12.12.2024
- new feature: experimental PostgreSQL support
- show password button in ssh connection setting
- fixed active connection selection in project tree
- fixed index comparison (db sync)
- update errors shows in grid tooltip
- autocomplete for just fetched tables (non-model)
- data changes preview window now has "copy to clipboard" button
Version 0.6.3
Released at 12.10.2024
- fixed tooltip
- tooltip in table structure edit window
- saved project tree state
- new global feature: undo/redo for whole model (not applicable to database changes)
- project tree rewritten on a brand new control (may be a bit broken)
Version 0.6.2
Released at 24.09.2024
- new feature: referenced object on tooltip
- fixed multiline value copy in fetch grid
- new action: paste
- fetch grid copy/paste shortcuts (Ctrl + C/V, Ctrl/Shift Insert, ⌘ + C/V)
- fixed another keyboard shortcuts on OSX
- fixed sql highlight in query window
- fixed cell selection on header click
- fixed layout scrollbasrs
- OSX: fixed vertical alignment in grids, layouts and tabheader
- layout text now cached (improved perfomance)
- OSX touchpad support for layout zoom
- improved dropdown suggest list
- tables, columns and foreign keys in layout now with tooltip
Version 0.6.1
Released at 11.09.2024
- create new local connection button on start screen
- FK, index and unique icons in layout
- optimized CPU usage in fetch process
- you can preselect schema before create new table from layout (with create new option)
- export layout to .png format
- fixed foreign key editor
- rename layout
- supported fractional seconds
- fixed datetime edit format convertions
- fixed indices and foreign key diff
Version 0.6
Released at 24.08.2024
- index and foreign key in-place editor
- restructured project tree
- default action on double click in project tree and layout
- you can set active connection, even if you have only one
- active connection stored in project settings
- all generator run action on F5
- local connections
- added start window
- last opened files in start window
Version 0.5.1
Released at 12.08.2024
- Horizontal scroll in both grids (Sure, Not)
- Drag'n'drop table into empty layouts area cause new layout (instead of NRE)
- Cell context menu is no longer available on header right click
- Project diff now can into add column
- New actions: you can remove connection and generator without proctology
- Fixed -1 position of found in table column
- Now escape will escape editor without value saving
- Saving empty string over null value cause no changes
- Del for reset cell changes
- Text cell context option: multiline edit
- JSON support in multiline editor
- "Prettify On-The-Fly" feature for minified json
- Now password is hidden, new option "show password"
- Foreign key, Unique and Index icons at fetch grid header