Skip to content

Commit 0b37653

Browse files
committed
update examples
1 parent be569b7 commit 0b37653

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/bun-mysql2/src/db/query_sql.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Code generated by sqlc. DO NOT EDIT.
22

3-
import mysql, { RowDataPacket } from "mysql2/promise";
3+
import mysql, { RowDataPacket, ResultSetHeader } from "mysql2/promise";
44

55
type Client = mysql.Connection | mysql.Pool;
66

examples/node-mysql2/src/db/query_sql.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Code generated by sqlc. DO NOT EDIT.
22

3-
import mysql, { RowDataPacket } from "mysql2/promise";
3+
import mysql, { RowDataPacket, ResultSetHeader } from "mysql2/promise";
44

55
type Client = mysql.Connection | mysql.Pool;
66

0 commit comments

Comments
 (0)