Commit Graph

4 Commits

Author SHA1 Message Date
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
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
Ilya Mochalov
abc2bcfb85 node: improved EventEmitter's definition with this-typing 2016-02-25 02:10:08 +05:00
Nick Malaguti
100b96f98f Added typings for sqlite3 2014-05-25 16:50:42 -04:00