>> Thank you for this message. We've just fixed the bug you mentioned and >> uploaded an updated version of SQLite Maestro at >> http://www.sqlmaestro.com/products/sqlite/maestro/download/ >> > Wow. Nice to see you folks monitoring this list. > >> > (Support for visual relation design would be great, too.) >> >> Yes, SQLite Maestro does include such a tool. >> http://www.sqlmaestro.com/products/sqlite/maestro/screenshots/getting_started/database_designer/ >> > I've been playing with the demo... Out of curiosity, is there any way > to have the connecting lines automatically route themselves around the > other shapes and automatically connect to the table next to the key they > represent? (Like MS Access, but perhaps less buggy...)
To implement such an arrangement, it is necessary to implement a variation of a quite complex graph drawing algorithm; moreover some graphs cannot be drawn without edge crossings. Nevertheless we'll try to improve the "Apply best fit" feature within the next versions... _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

