Skip to content

Commit cccd70f

Browse files
committed
chore: add RowDataPacket[] with rowsAsArray example
1 parent aa9f2ee commit cccd70f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

documentation/en/TypeScript-Examples.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ For `ProcedureCallPacket<RowDataPacket[]>` and `ProcedureCallPacket<RowDataPacke
302302
You can also check some code examples using **MySQL2** and **TypeScript** to understand advanced concepts:
303303

304304
- [Extending and using **Interfaces** with `RowDataPacket`](../../examples/typescript/row-data-packet.ts)
305+
- [Extending and using **Interfaces** with `RowDataPacket` and `rowAsArray`](../../examples/typescript/row-data-packet-row-as-array.ts)
305306
- Checking for `ResultSetHeader` or `RowDataPacket[]` using **Procedure Calls** (*in progress*)
306307
- Checking for `ResultSetHeader` or `RowDataPacket[][]` using **Procedure Calls** (*in progress*)
307308
- Creating a custom **MySQL2** **Class** (*in progress*)

0 commit comments

Comments
 (0)