Hi

for me, an 'ideal' relational DB system would look like this:

- a collection of 'drivers' with a common API, but _absolutely_ no SQL
tinkering.  the user should be guaranteed that any SQL he writes will
arrive byte-identical to the SQL engine.  this layer is mostly done
with LuaSQL. mostly missing are parameterized queries and BLOBs,
possibly because most past proposals favored one or another SQL
dialect, suggesting it to be emulated for other engines... which is a
no-no at this layer.
        Sure.  I hope the community also shares this point of view.

        Regards,
                Tomás
_______________________________________________
Kepler-Project mailing list
Kepler-Project@lists.luaforge.net
http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
http://www.keplerproject.org/

Reply via email to