Skip to content

Latest commit

 

History

33 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo of mine is for refreshing my memory on Postgres and it's related libraries on python

General Installation Requirements

You can follow the links below for installation/setup of Postgres

About the Tech Stack

  • Flask - this is a library, it is going to be the web-server framework of my choice
  • Psycopg2 - this gives the ability to connect to a postgres server using Python
  • SQLAlchemy - like Psycopg2 but helps with connecting to a Flask application
  • Flask-SQLAlchemy - this is a flask extension for SQLAlchemy to easily work with SQLAlchemy and a flask application
  • Flask-Migrate - this is a flask extension for SQLAlchemy to make sure the data within a database isn't lost when changes to database schema erupt

Psycopg2, SQLAlchemy & Flask-SQLAlchemy

All these helps connect the postgres database to a Flask application

About

This repository is my created resource for refreshing my memory on Postgres and its related Python libraries, as well as for enhancing my understanding of APIs within the context of the following tech stack: Flask, Psycopg2, SQLAlchemy, Flask-SQLAlchemy, and Flask-Migrate.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages