Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/eveningkid/denodb
/ table
Method
table
lib/query-builder.ts:87–90 ·
view source on GitHub ↗
(table: string)
Source
from the content-addressed store, hash-verified
85
}
86
87
table(table: string) {
88
this._query.table = table;
89
return
this;
90
}
91
92
get() {
93
this._query.
type
=
"select"
;
Callers
15
drop
Method · 0.80
truncate
Method · 0.80
createTable
Method · 0.80
get
Method · 0.80
create
Method · 0.80
find
Method · 0.80
update
Method · 0.80
deleteById
Method · 0.80
delete
Method · 0.80
count
Method · 0.80
min
Method · 0.80
max
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected