mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
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. |
||
|---|---|---|
| .. | ||
| sqlite3-tests.ts | ||
| sqlite3.d.ts | ||