Skip to content
# Type Alias: Mysql2QueryResult<Row\>

Mysql2QueryResult<Row&gt; = [Mysql2Rows<Row&gt;, unknown]

Defined in: packages/driver-adapter-mysql2/src/index.ts:24

Minimal mysql2-compatible result consumed by the adapter.

Type Parameters

Row

Row = unknown

Released under the MIT License.