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.
see tests