项目作者: A-Hilaly

项目描述 :
Another python (mysql - mango -postgree) connector
高级语言: Python
项目地址: git://github.com/A-Hilaly/sql-tools.git
创建时间: 2017-09-28T21:10:05Z
项目社区:https://github.com/A-Hilaly/sql-tools

开源协议:MIT License

下载


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:

  1. sudo python3 setup.py install

Run tests using:

  1. sudo python3 setup.py test

configuration

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

Examples

mysql examples

Simple queries:

Advanced queries:

Modeled queries:

python

Documentation

Credit