Closed kokororin closed 2 years ago
The stream
property doesn't exist in the mysql2 connection options either https://github.com/sidorares/node-mysql2/blob/master/typings/mysql/lib/Connection.d.ts#L12
VSCode bring me to this file: https://github.com/sidorares/node-mysql2/blob/master/index.d.ts#L174
Oh, ok. I'll change Kysely to use that interface instead.
@kokororin 0.17.3 now has the stream
property
MysqlDialect
missingstream
option typings. But it works with@ts-ignore
Example usage: