File tree Expand file tree Collapse file tree
tracker-core/src/databases/driver Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ pub struct Database {
1212 /// Database connection string. The format depends on the database driver.
1313 /// For `sqlite3`, the format is `path/to/database.db`, for example:
1414 /// `./storage/tracker/lib/database/sqlite3.db`.
15- /// For `Mysql `, the format is `mysql://db_user:db_user_password:port/db_name`, for
15+ /// For `MySQL `, the format is `mysql://db_user:db_user_password@host :port/db_name`, for
1616 /// example: `mysql://root:password@localhost:3306/torrust`.
1717 /// For `PostgreSQL`, the format is `postgresql://db_user:db_user_password@host:port/db_name`, for
1818 /// example: `postgresql://root:password@localhost:5432/torrust`.
Original file line number Diff line number Diff line change @@ -419,7 +419,7 @@ mod tests {
419419 /*
420420 We run a PostgreSQL container and run all the tests against the same container and database.
421421
422- Test for this driver are executed with:
422+ Tests for this driver are executed with:
423423
424424 `TORRUST_TRACKER_CORE_RUN_POSTGRES_DRIVER_TEST=true cargo test`
425425
You can’t perform that action at this time.
0 commit comments