MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / execute_sql

Method execute_sql

nodedb-client/src/remote/client/dispatch.rs:154–156  ·  view source on GitHub ↗
(&self, query: &str, params: &[Value])

Source from the content-addressed store, hash-verified

152 }
153
154 async fn execute_sql(&self, query: &str, params: &[Value]) -> NodeDbResult<QueryResult> {
155 self.execute_sql_impl(query, params).await
156 }
157
158 // Collection lifecycle (soft-delete / undrop / hard-delete).
159 //

Callers

nothing calls this directly

Calls 1

execute_sql_implMethod · 0.45

Tested by

no test coverage detected