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

https://github.com/mkornyev/plpgsql_db

Python motivated database, transaction, and user store.
https://github.com/mkornyev/plpgsql_db

plpgsql postgres python script

Last synced: 11 months ago
JSON representation

Python motivated database, transaction, and user store.

Awesome Lists containing this project

README

          

# 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