DefinitelyTyped/sqlite3
Jan Rapp 934e591c7a sqlite3: add overloads with params and callback (#10040)
from: https://github.com/mapbox/node-sqlite3/wiki/API
> Database#run(sql, [param, ...], [callback])
> ... There are three ways of passing bind parameters: directly in the
function's arguments, as an array, and as an object for named
parameters. ...

We can support the last two parameter passing options even if a callback
is given.
2016-07-24 00:09:35 -07:00
..
sqlite3-tests.ts sqlite3: add overloads with params and callback (#10040) 2016-07-24 00:09:35 -07:00
sqlite3.d.ts sqlite3: add overloads with params and callback (#10040) 2016-07-24 00:09:35 -07:00