Use streamlit to build a quick application that allows you to add and query databases on a localhost. You can also preview your queries as pandas dataframes. This can all be done with very little code thanks to the development of streamlit.
- clone repository to your local machine
- change directories to cloned repository location
- pip install -r requirements.txt
- to deploy application:
streamlit run app/apprequel.py
in your terminal