Termux && Postgresql
How to create Local Database On Termux Terminal
- Install the Postgresql Servers first to your
Termux Terminal
.
initdb ~/pg
- Start the
Server
How to create Local Database On Termux Terminal
Termux Terminal
.initdb ~/pg
Server
Steps to create a postgres database and deply a Python app to Heroku
pipenv install gunicorn
or
pip install gunicorn
Steps to create a postgres database and deply a Python app to Heroku
pipenv install gunicorn
or
pip install gunicorn