Skip to content

Commit c2dee38

Browse files
committed
update examples
1 parent 08e4b7a commit c2dee38

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-
importmysql,{RowDataPacket}from"mysql2/promise";
3+
importmysql,{RowDataPacket,ResultSetHeader}from"mysql2/promise";
44

55
typeClient=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-
importmysql,{RowDataPacket}from"mysql2/promise";
3+
importmysql,{RowDataPacket,ResultSetHeader}from"mysql2/promise";
44

55
typeClient=mysql.Connection|mysql.Pool;
66

0 commit comments

Comments
(0)