(query: string, params: Record<string, unknown>)
| 200 | executeSql(sql: string): Promise<unknown> |
| 201 | |
| 202 | executeParameterizedSql<T = Record<string, unknown>>(query: string, params: Record<string, unknown>): Promise<T[]> |
| 203 | |
| 204 | getSchema(): Promise<SchemaTableInfo[]> |
| 205 | } |
no outgoing calls
no test coverage detected