Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ execute_sql
Method
execute_sql
nodedb-client/src/native/client/dispatch.rs:144–146 ·
view source on GitHub ↗
(&self, query: &str, params: &[Value])
Source
from the content-addressed store, hash-verified
142
}
143
144
async fn execute_sql(&self, query: &str, params: &[Value]) -> NodeDbResult<QueryResult> {
145
self.execute_sql_impl(query, params).await
146
}
147
}
148
149
#[cfg(test)]
Callers
3
vector_insert_impl
Method · 0.45
vector_delete_impl
Method · 0.45
query
Method · 0.45
Calls
1
execute_sql_impl
Method · 0.45
Tested by
no test coverage detected