PhilWaldmann / openrecord

Make ORMs great again!
https://openrecord.js.org
MIT License
486 stars 38 forks source link

MySQL Documentation Incorrect #31

Closed Osmosis311 closed 7 years ago

Osmosis311 commented 7 years ago

In the example listed to connect to a MySQL data source, the user ID property is listed as username, however, that doesn't work; if you look in the MySQL connection code in lib, it's actually looking for the "user" parameter.

PhilWaldmann commented 7 years ago

fixed by 0339738