use setup_my_sql;
use setup_progres_sql;
/// Holds the login creadentials and the host for the db.
///
/// The data are been used to setup the url for the db connection.
///
/// For MySql: mysql://{user}:{password}@{host}
///
/// For PostgresSql: postgres://{user}:{password}@{host}
/// The db type of that the user wants to create a db.
/// Initiates the db creation.