blackbeam / rust-mysql-simple

Mysql client library implemented in rust.
Apache License 2.0
658 stars 144 forks source link

Fix docu for creating a connection from URL #327

Closed Zomtir closed 2 years ago

Zomtir commented 2 years ago

Directly instantiating a connection from a URL no longer seems possible with version 22.1.0. Maybe there is a "better" way to do it compared to what I did here.