• sqlite:///my_database.db will create a instance for the file my_database.db in the current directory.
    • postgresql://postgres:my_password@localhost:5432/my_database will create a PostgresqlDatabase instance. A username and password are provided, as well as the host and port to connect to.
    • .