MCPcopy Create free account
hub / github.com/observablehq/framework / sql

Method sql

src/client/stdlib/sqlite.js:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 ]);
72 }
73 async sql() {
74 return this.query(...this.queryTag.apply(this, arguments));
75 }
76 queryTag(strings, ...params) {
77 return [strings.join("?"), params];
78 }

Callers

nothing calls this directly

Calls 1

queryMethod · 0.95

Tested by

no test coverage detected