(sql: string, ...params: SqlParam[])
| 40 | ...params: SqlParam[] |
| 41 | ): T[] | Promise<T[]>; |
| 42 | run(sql: string, ...params: SqlParam[]): void | Promise<void>; |
| 43 | } |
| 44 | |
| 45 | /** Auto-detect: accepts SqlStorage, D1Database, or a raw SqlBackend. */ |
no outgoing calls
no test coverage detected