pub type Database = Database;Aliased Type§
struct Database {
pub connect_url: Url,
}Fields§
§connect_url: UrlThe connection URL for the database. For example:
Sqlite: sqlite://data.db?mode=rwc.
Mysql: mysql://root:root_secret_password@mysql:3306/torrust_index_e2e_testing.