Connect Flask With Postgresql

[Solved] Connect Flask With Postgresql | Python Frameworks Flask - Code Explorer | www.yomemimo.com
Question : connect flask with postgresql

Answered by : daniel-maina

app.config['SQLALCHEMY_DATABASE_URI'] = 'postgresql://yourPostgresUsername:yourPassword@localhost:5432/databaseName'

Source : | Last Update : Sat, 25 Jun 22

Answers related to connect flask with postgresql

Code Explorer Popular Question For Python Frameworks Flask