Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/porsager/postgres
/ values
Method
values
deno/types/index.d.ts:636–636 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
634
interface
PendingQuery<TRow extends readonly MaybeRow[]> extends Promise<RowList<TRow>>, PendingQueryModifiers<TRow> {
635
describe(): PendingDescribeQuery;
636
values(): PendingValuesQuery<TRow>;
637
raw(): PendingRawQuery<TRow>;
638
}
639
Callers
6
index.js
File · 0.65
exit
Function · 0.65
index.js
File · 0.65
exit
Function · 0.65
index.js
File · 0.65
exit
Function · 0.65
Implementers
4
Query
cjs/src/query.js
Query
cf/src/query.js
Query
src/query.js
Query
deno/src/query.js
Calls
no outgoing calls
Tested by
no test coverage detected