← driver_sqlite
Pedro Andrade Neto, 2007/04/13 14:01:
is openConn() mostly annoying? what about having a function:
openDb = function(dbname, ...) { con = openConn(...) return openDb(con, db) }