Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/observablehq/framework
/ sql
Method
sql
src/client/stdlib/duckdb.js:140–142 ·
view source on GitHub ↗
(strings, ...args)
Source
from the content-addressed store, hash-verified
138
}
139
140
async
sql(strings, ...args) {
141
return
await
this.query(strings.join(
"?"
), args);
142
}
143
144
queryTag(strings, ...params) {
145
return
[strings.join(
"?"
), params];
Callers
nothing calls this directly
Calls
1
query
Method · 0.95
Tested by
no test coverage detected