Open
Description
I would like to access my database via Unix socket. This requires to use a path as hostname, but not all path characters are valid for a hostname. Rust's r2d2 database driver uses an URL-encoded form of the hostname like: postgres://joerg@%2Frun%2Fpostgresql:5433/codimd?application_name=CodiMD
. Maybe you could support this, too. Or use a query parameter for this.