Skip to content

Lightweight Pure Python Interactive PyMySQL CLI Client

License

Notifications You must be signed in to change notification settings

IceM4nn/pymysql-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

pymysql-cli

Lightweight pure python interactive pymysql cli client

Usage: Change necessary information in pymysql-cli.py.

$ python3 pymysql-cli
Connected to localhost
mysql> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| mysql              |
| performance_schema |
+--------------------+
mysql>

Features

  • Lightweight pure python. Use PyMySQL.
  • Interactive MySQL CLI

About

Lightweight Pure Python Interactive PyMySQL CLI Client

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages