MCPcopy
hub / github.com/superagent-ai/grok-cli / SQLiteQuery

Interface SQLiteQuery

src/bun-sqlite.d.ts:2–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1declare module "bun:sqlite" {
2 export interface SQLiteQuery {
3 get(binding?: unknown): unknown;
4 all(binding?: unknown): unknown[];
5 }
6
7 export class Database {
8 constructor(filename?: string, options?: { create?: boolean; strict?: boolean; readonly?: boolean });

Callers

nothing calls this directly

Implementers 1

FakeStatementsrc/storage/migrations.test.ts

Calls

no outgoing calls

Tested by

no test coverage detected