We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to specify login and pass for connection to DB?
The text was updated successfully, but these errors were encountered:
Those can be specified in the URI (see example below). There is also a way to use configuration files but it's not documented yet.
auto db = createDatabase("mysql://SERVER/DB?username=UN&password=PW); auto con = db.connection();
Sorry, something went wrong.
Please, add this example to readme
вторник, 26 апреля 2016 г. пользователь Erik Smith написал:
Those can be specified in the URI (see example below). There is also a way to use configuration files but it's not documented yet. auto db = createDatabase("mysql://SERVER/DB?username=UN&password=PW); auto con = db.connection(); — You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub #11 (comment)
— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub #11 (comment)
No branches or pull requests
How to specify login and pass for connection to DB?
The text was updated successfully, but these errors were encountered: