Add a function which returns the jdbc url for a specific DB. This is helpful when dealing with java based systems like Spark or Mondrian. This could be done either by a specific module mara_db.jdbc.jdbc_url(db_alias) or by a property method of the DB class (DB.jdbc_url).