Download OrmFactory version 0.6.3 (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 (self-contained) 49.33 MB
SHA256: DF006A255BA148113B815F3C3AD2E1246D3B3DD00E6D28D79DD6C0847B7FA6D3 -
x64 exe installer 17.66 MB
SHA256: 447AE807DCEC949F6EB2E11FAA9794B75398BD4696C7AB42232F9F9DC96772D4
For MacOSX
-
x64 pkg installer (self-contained) 48.84 MB
SHA256: 93DF484D138119A9E61D04B60298967E1F951C253AED660314BA831FC6DCD283 -
x64 pkg installer 17.88 MB
SHA256: 68903D796D839891CAABA4898E311769AE88F834D2AAB68BFC182B43CBE376A2 -
arm pkg installer (self-contained) 47.26 MB
SHA256: E000715A4D8FE25113DCAD1F63697062896C28FDF497A9812EDCF2F753A3480F -
arm pkg installer 17.88 MB
SHA256: 65EEA8261CDE0C064D56ABA68A29C1B80127ADE1E62C24D99FC28DD97686AB25
For Linux
-
x64 AppImage (self-contained) 36.58 MB
SHA256: 2DE372FE57C5384F14E36AEC1B9002790AD0A1C660BF8DA9C5B88D72EAA2F93D -
x64 AppImage 11.02 MB
SHA256: B6B763C8264634B37E8E76D29D3FDC7ECAA31DB21FAD429970ACFE4246D4FCA2
Self-contained versions do not require .NET framework installation. Just download and run! Other versions need to install Net Framework.
What's new
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