MCPcopy Create free account
hub / github.com/erans/pgsqlite / query

Method query

tests/decimal_integration_test.rs:15–17  ·  view source on GitHub ↗
(&self, query: &str)

Source from the content-addressed store, hash-verified

13 }
14
15 async fn query(&self, query: &str) -> Result<pgsqlite::session::DbResponse, pgsqlite::PgSqliteError> {
16 self.db_handler.query_with_session(query, &self.session_id).await
17 }
18}
19
20impl Drop for TestContext {

Calls 1

query_with_sessionMethod · 0.80

Tested by

no test coverage detected