rmp135 / sql-ts

Generate TypeScript interfaces from a SQL database.
MIT License
477 stars 65 forks source link

Upgrade mysql2 version on package.json #126

Closed bcerquiare closed 1 year ago

bcerquiare commented 1 year ago

Hello, the mysql2 library is currently on version 3.2 and it's causing issues when installing the sql-ts library, which is currently using version 2.3.3.

Thanks for the excellent work.

michal-markiewicz commented 1 year ago

Will this be fixed? I also need it for a project that uses mysql2 library