in reply to Module Design Review -- DB mini language
Simple, straight forward. The syntax of your module smacks me as "busy", there is alot going on even in a simple query. to pull from your example, to get the rating for green we could doSELECT [LIST] from db1.table, db2.table WHERE [ARGS]
So again, I guess I would like to know the motivation behind this move. Why attempt to fix something that isn't broken? Why add yet another layer on top of an already pretty abstracted layer?SELECT rating FROM colors WHERE name = "green";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Module Design Review -- DB mini language
by elusion (Curate) on Feb 10, 2003 at 21:44 UTC | |
by zengargoyle (Deacon) on Feb 10, 2003 at 22:35 UTC | |
by Jenda (Abbot) on Feb 11, 2003 at 00:40 UTC |