We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e4b7a commit c2dee38Copy full SHA for c2dee38
examples/bun-mysql2/src/db/query_sql.ts
@@ -1,6 +1,6 @@
1
// Code generated by sqlc. DO NOT EDIT.
2
3
-importmysql,{RowDataPacket}from"mysql2/promise";
+importmysql,{RowDataPacket,ResultSetHeader}from"mysql2/promise";
4
5
typeClient=mysql.Connection|mysql.Pool;
6
examples/node-mysql2/src/db/query_sql.ts
0 commit comments