UNPKG

sqlocal

Version:

SQLocal makes it easy to run SQLite3 in the browser, backed by the origin private file system.

7 lines 162 B
export function sqlTag(queryTemplate, ...params) { return { sql: queryTemplate.join('?'), params, }; } //# sourceMappingURL=sql-tag.js.map