Skip to content

Another python (mysql - mango -postgree) connector

License

Notifications You must be signed in to change notification settings

a-hilaly/sql-tools

Repository files navigation

sql-utils - 0.0.5

Requirements :

  • Python 3.6 | Pip
  • Mysql Server or client
Status

(Currently tested under ubuntu and OSX systems) python version: 3.6.1 mysql version: 5.7

Master Dev CodeCov
CircleCI CircleCI codecov

Dev CP

[ 0.0.5 ]

/ support :

  • documentations
  • support of lower python versions / features :
  • Types and primary / foreign / unique key
  • objects model

Table of content

Installation

At sql-tools directory run:

sudo python3 setup.py install

Run tests using:

sudo python3 setup.py test

configuration

sql-tools --config mysql -h anotherhost -p newpassword

Examples

mysql examples

Simple queries:

Advanced queries:

Modeled queries:

Documentation

Credit