mysqljs / mysql

A pure node.js JavaScript Client implementing the MySQL protocol.
MIT License
18.27k stars 2.52k forks source link

Allow connectionString and options #2568

Open mifi opened 9 months ago

mifi commented 9 months ago

Currently there is no way for the user to specify (that I could find). for example typeCast if we are using a connection string. This makes it possible to specify a connectionString option and then override individual options if needed