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