On Wed, Oct 6, 2010 at 1:01 PM, Petite Abeille <[email protected]> wrote: > This is where we diverge, as in my opinion there is no need for any > specialize API to achieve that goal if one could simply query > information_schema directly, across different databases.
there's no need for any new layer if you want to access directly, and deal with engine diferences. another layer that presents common info in a common API (list of tables in the DB, list of fields in a table, etc), would be valuable for some applications, and definitely not the job for the lower-lever layer. -- Javier _______________________________________________ Kepler-Project mailing list [email protected] http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project http://www.keplerproject.org/
