Es sollte das genaue Format sein.
app.config['SQLALCHEMY_DATABASE_URI'] = "postgresql://postgres:example@sqldat.com/DBNAME"
Wobei postgres ist Benutzername und postgres ist das Passwort, localhost ist Adresse
Es sollte das genaue Format sein.
app.config['SQLALCHEMY_DATABASE_URI'] = "postgresql://postgres:example@sqldat.com/DBNAME"
Wobei postgres ist Benutzername und postgres ist das Passwort, localhost ist Adresse