gpcimino / sqldirect

Micro ORM for Python 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Micro ORM for Python 3

License:Apache License 2.0


Languages

Language:Python 90.4%Language:Makefile 9.6%