Skip to content

agwatic/SQL_easy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL_easy


easy way to deal with MYSQL server by using commands on terminal

Info


- <SQL_easy> for normal user to deal with databases without writing sql syntax 

- <SQL_easy> execute SQL syntax from server and give results 

- <SQL_easy> not complete yet Soon i will add some Features such SQL Security by 
	encode passwords by some algorithms and filter the Query to prenvent SQL-injection

Dependencies


Python is required To install it from Python's site OR sudo (apt-get|yum) install python for linux.

MySQLdb library for Python is required To install it from MySQLdb for windows OR sudo (apt-get|yum) python-mysqldb* install for linux.

Structure


[SQL_easy][] . ├── README.md ├── settings.py ├── hashes.py ├── structure.py ├── dealway.py ├── SQL_easy.py └── /dump * {1} directories, {6} files

Screen Shot


The first time you run application: My image

After set configuration settings.py and this is the main screen of app: My image

Application when it is running and showing databases on server: My image

After using you database and this is the secondary screen of app: My image

About

dealing with MySQL for normal user

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published