So I've been working on this thing for a while. What it does it is similar to parts of Alzabo, but it's new code, so it needs a new name.

For now I've been calling it "Q" (for Query), but that's not a very CPAN-friendly name.

There are modules for representing a database schema, so I have Q::Schema, Q::Table, Q::Column, Q::FK, etc.

There are also modules for using those objects to generate SQL, so I have Q::Query, Q::Query::Select, Q::Query::Update, etc.

In the future I plan to write code that uses these modules as part of a OO-RDBMS mapper (yes, I know, another one), so I may have something like Q::Object or Q::Class.

So does anyone have any thoughts on a distro name to replace Q?


-dave

/*===================================================
VegGuide.Org                        www.BookIRead.com
Your guide to all that's veg.       My book blog
===================================================*/

Reply via email to