Skip to content

Python motivated database, transaction, and user store.

Notifications You must be signed in to change notification settings

mkornyev/plpgSql_DB

Repository files navigation

pspgSql Database

Welcome to VenmoDB, built especially for your enterprise needs.
Creators: Max Kornyev, Alex Nelson, Annie Spahn

Get Started

  1. Running initialize.sql will call the create file, populate the database, and create some essential triggers.

  2. In terminal, run:

    psql -d Postgres -U user -f initialize.sql
    
  3. User stories are reflected in the .py files. Run with:

    python query_name.py
    
  4. Running show_all before and after calling a .py file will reflect appropriate changes in the Database. Run:

    psql -d Postgres -U user -f show_all.sql
    

mk

About

Python motivated database, transaction, and user store.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages