|
SQLEditor is a tool that allows you to create SQL databases graphically.
You can create the tables and fields using a drag and drop approach, then edit and export the database as a SQL file.
The saved file format used by Beta 6 and later versions is different from the format used by Beta 5 and earlier.
SQEConvert converts earlier save files into SQL.
Limitations:
· 30 day trial.
What's New in This Release:
· Fixed a bug that was preventing export to database from working. (Please read the readme file for information about database export)
· user settable tooltip ‘notes’ on tables and fields
· New guidance and warning icon (red U) on unique keys for foreign key relationships
· re-written sizing and icon drawing for field icons, should be more efficient.
· Comment autosizing
· better handling of compound primary and foreign keys
· The cancel button in the add label panel now works (not that it really does anything the close box doesn’t do though)
· Fix for some bugs that could cause a crash when you have a circular foreign key relationship i.e. if you have three tables: a, b c. a.id Å® b.id Å® c.id Å® a.id. That worked before, but more complicated relationships crashed. Now appears to be fixed.
· changed the way that the warning icons appear in the inspector.
|