postgres-wrapper This is a simple Postgres wrapper built in python to perform the DML commands. The wrapper currently supports following commands: insert() get_one() get_all() update() insert_or_update() The implementation of other methods is in progress.