mCaptcha/db/db-sqlx-maria
Gusted 8826f6df8f
Fix compiling
- I made some mistakes while checking my two previous PRs(Seems like I
don't understand Rust that great after all).
- Do the url encoding only on the password part, not only the whole URL.
- Fix `temporary value dropped while borrowed` compile error.
2022-10-22 21:28:58 +02:00
..
migrations feat: impl MCDatabase for mariadb 2022-07-23 11:59:42 +05:30
src Fix compiling 2022-10-22 21:28:58 +02:00
target/sqlx feat: impl MCDatabase for mariadb 2022-07-23 11:59:42 +05:30
.gitignore chore: migrate tests to also run with mariadb 2022-07-23 11:59:42 +05:30
Cargo.toml Encode connection URL to database 2022-10-16 23:37:24 +02:00
sqlx-data.json feat: implement get_secret_from_captcha for db-sqlx-mariadb 2022-07-23 15:49:41 +05:30