friends-of-reactphp / mysql

Async MySQL database client for ReactPHP.
MIT License
334 stars 66 forks source link

Support URI scheme to create connection #138

Closed SimonFrings closed 3 years ago

SimonFrings commented 3 years ago

With these changes it's possible to pass an URI scheme to your createconnection(). If no scheme is given it defaults to mysql:// If you pass an invalid URI scheme (anything other than mysql://) it will be rejected with an InvalidArgumentException