mCaptcha/db/db-sqlx-maria
Gusted 021f2fe5b4
Encode connection URL to database
- If you have a database password that contains characters like `#` or `*`, sqlx
will error about a InvalidPort, this is due to not encoding the url.
[See issue on sqlx](https://github.com/launchbadge/sqlx/issues/1624).
- Removed useless statements.
2022-10-16 23:37:24 +02:00
..
migrations feat: impl MCDatabase for mariadb 2022-07-23 11:59:42 +05:30
src Encode connection URL to database 2022-10-16 23:37:24 +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