SQL editor is free, open source, Integrated Development Environment(IDE) for working with SQL in SQLite databases.
A description of your project follows. A good description is clear, short, and to the point. Describe the importance of your project, and what it does.
To support this project you can: star the repository, report bugs/request features by creating new issues, write code and create PRs or donate.
Install the Sql editor from source code.
$ cd sql_editor
$ python setup.py install
eclipse
or
Install the Sql editor using pip command.
$ pip install sql_editor
The next section is usage, in which you instruct other people on how to use your project after they’ve installed it. This would also be a good place to include screenshots of your project in action.
- Currently supports only python 3 build.
- Support only sqlite database.
- Graphical user interface for sqlite 3.
Larger projects often have sections on contributing to their project, in which contribution instructions are outlined. Sometimes, this is a separate file. If you have specific contribution preferences, explain them so that other developers know how to best contribute to your work. To learn more about how to help others contribute, check out the guide for setting guidelines for repository contributors.
Include a section for credits in order to highlight and link to the authors of your project.
License: Finally, include a section for the license of your project. For more information on choosing a license, check out GitHub’s licensing guide!
=======