Metadata-Version: 2.1
Name: sql-editor
Version: 0.0.4
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: 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)
[![Build Status](https://travis-ci.com/struts2spring/sql-editor.svg?branch=master)](https://travis-ci.com/struts2spring/sql-editor)
[![Repo on GitHub](https://img.shields.io/badge/repo-GitHub-3D76C2.svg)](https://github.com/struts2spring/sql-editor)
[![PyPI version](https://badge.fury.io/py/sql-editor.svg)](https://badge.fury.io/py/sql-editor)
----------------------------------------------

<img style="float: left;" src="./src/images/Opal_database.png">     
SQL editor is free, open source,  Integrated Development Environment(IDE) for working with SQL in SQLite databases. 


![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)

## Install SQL editor

Install the Sql editor from source code.

```shell
$ cd sql_editor
$ python setup.py install

sql_editor
```

or 

Install the Sql editor using pip command.

```
$ pip 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.


![Import csv / Excel data](./docs/images/import_csv_excel.PNG)


![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)

=======
# sql-editor



