Privex Python Database Wrappers (privex-db) documentation

Privex Logo

Welcome to the documentation for Privex’s `Python Database Wrappers`_ - lightweight classes and functions to ease managing and interacting with various relation database systems (RDBMS’s), including SQLite3 and PostgreSQL.

This documentation is automatically kept up to date by ReadTheDocs, as it is automatically re-built each time a new commit is pushed to the Github Project

Quick install

Installing with Pipenv (recommended)

pipenv install privex-db

Installing with standard pip3

pip3 install privex-db

All Documentation

Unit Testing