MCPcopy Index your code
hub / github.com/github/copilot-sdk / sqliteQuery

Method sqliteQuery

nodejs/src/generated/rpc.ts:16958–16958  ·  view source on GitHub ↗

* Executes a SQLite query against the per-session database. * * @param params SQL query, query type, and optional bind parameters for executing a SQLite query against the per-session database. * * @returns Query results including rows, columns, and rows affected, or a filesystem

(params: SessionFsSqliteQueryRequest)

Source from the content-addressed store, hash-verified

16956 * @returns Query results including rows, columns, and rows affected, or a filesystem error if execution failed.
16957 */
16958 sqliteQuery(params: SessionFsSqliteQueryRequest): Promise<SessionFsSqliteQueryResult>;
16959 /**
16960 * Checks whether the per-session SQLite database already exists, without creating it.
16961 *

Calls

no outgoing calls

Tested by

no test coverage detected