Metadata-Version: 2.1
Name: sql-editor
Version: 0.0.3
Summary: A graphic SQLite Editor in Python
Home-page: https://github.com/struts2spring/sql-editor
Author: Vijay
Author-email: certifyexam0@gmail.com
License: UNKNOWN
Keywords: sqlite,gui,wxpython,sql
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: pypubsub (==4.0.0)
Requires-Dist: six (==1.11.0)
Requires-Dist: sqlalchemy (==1.2.12)
Requires-Dist: wxpython (==4.0.3)
Requires-Dist: sqlparse


# SQL editor

[![License](http://img.shields.io/badge/license-MIT-green.svg?style=flat)](./LICENSE)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=EUWCHQJXB9Y2N)
----------------------------------------------


SQL editor can be build using python 3 only. 

![Screen 1](./docs/images/screen_1.PNG)

## Support the project

To support this project you can: star the repository, report bugs/request features by creating new issues, write code and create PRs or donate.

[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=EUWCHQJXB9Y2N)

## Building SQL editor


```shell
cd sql_editor
python setup.py install

sql_editor
```



![Screen 2](./docs/images/screen_2.PNG)

### Features

1. Currently supports only python 3 build.
2. Support only sqlite database.
3. Graphical user interface for sqlite 3.





![Screen 3](./docs/images/screen_3.PNG)


### Repository

[![Repo on GitHub](https://img.shields.io/badge/repo-GitHub-3D76C2.svg)](https://github.com/struts2spring/sql-editor)
[![Repo on GitLab](https://img.shields.io/badge/repo-GitLab-6C488A.svg)](https://gitlab.com/struts2spring/sql-editor)

=======
# sql-editor



