An open API service indexing awesome lists of open source software.

https://github.com/stylepatrick/python-flask-sqlalchemy

Template for connection to Postgres with ORM. Flask and SQLAlchemy used.
https://github.com/stylepatrick/python-flask-sqlalchemy

flask postgres postgresql python sqlalchemy

Last synced: 2 months ago
JSON representation

Template for connection to Postgres with ORM. Flask and SQLAlchemy used.

Awesome Lists containing this project

README

          

# python-flask-sqlalchemy
Template for connection to Postgres with ORM. Flask and SQLAlchemy used.

# Environment
.env File with following content needed to start the application:
POSTGRES=postgresql://python:python@localhost:25432/python