Ahem, considering that I regularly alternate between MySql, Postgres and Oracle databases, I like the idea of just calling a pop menu like "Create table (full)" and let Aqua spit out the DDL in an adjacent window while having a database explorer pane on the left :)
Memory becomes a pricey real estate after a certain age :) I use Eclipse/CCW for the same reason, having to navigate in a multilingual code base, I cannot see myself learning different tools for editing purposes or having to remember a significant amount of Emacs key shortcuts. For those that are screaming at me (or laughing ironically), I started using Emacs in 1981 on a DEC-20. This version was written in Teco, extending Emacs was weirder than just dealing with a few parenthesis imbrications. I suspect that some of you were not born yet or were crawling around wearing a diaper :) You will all get there eventually (now I am laughing very loudly :) Luc On Wed, 30 Nov 2011 09:54:26 +0200 Michael Wood <esiot...@gmail.com> wrote: > Hi > > On 29 November 2011 07:03, Luc Prefontaine > <lprefonta...@softaddicts.ca> wrote: [...] > > It yields in MySql: > > > > CREATE TABLE meta_entities ( > > id int(11) NOT NULL, > > name varchar(255) NOT NULL, > > created_at datetime NULL, > > updated_at datetime NULL, > > PRIMARY KEY(id) > > ) > > ENGINE = InnoDB > > AUTO_INCREMENT = 0 > > > > According to the AquaStudio tool I use to reverse engineer the DDL. > > Just by the way, MySQL supports this: > > SHOW CREATE TABLE meta_entities\G > > No need to reverse engineer the DDL for the tables :) > -- Luc P. ================ The rabid Muppet -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en