Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 613 Bytes

README.md

File metadata and controls

26 lines (12 loc) · 613 Bytes

SQLDirect: A Micro ORM for Python

Build Status

BCH compliance

Motivation

Installation

To install the basic functionalities and sqlite support:

pip install sqldirect

To install support for specific database (e.g. PostgreSQL):

pip install sqldirect[postgresql]

To see the list of supported DB-API driver check the extra_require parameter in setup.py.

Usage

see tests