mCaptcha/db/db-sqlx-postgres
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
..
2022-10-16 23:37:24 +02:00
2022-10-16 23:37:24 +02:00