1
0
Fork 0
mirror of https://github.com/mCaptcha/mCaptcha.git synced 2025-04-01 14:13:28 +03:00
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
..
migrations feat: impl traits to add, get and mark read notifications for sqlx 2022-05-26 19:32:16 +05:30
src Encode connection URL to database 2022-10-16 23:37:24 +02:00
.gitignore feat: init postgres implementation via sqlx 2022-05-11 13:33:29 +05:30
Cargo.toml Encode connection URL to database 2022-10-16 23:37:24 +02:00
sqlx-data.json fix: add sqlx offline compilation data 2022-07-22 20:04:41 +05:30