https://github.com/webdevel/autocomplete-sql
Autocomplete SQL provider for Atom Autocomplete Plus
https://github.com/webdevel/autocomplete-sql
atom autocomplete autocomplete-plus autocomplete-sql autocompletion mysql sql
Last synced: 11 months ago
JSON representation
Autocomplete SQL provider for Atom Autocomplete Plus
- Host: GitHub
- URL: https://github.com/webdevel/autocomplete-sql
- Owner: webdevel
- License: mit
- Created: 2017-10-15T03:01:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-18T01:13:50.000Z (over 8 years ago)
- Last Synced: 2025-03-31T10:22:39.794Z (about 1 year ago)
- Topics: atom, autocomplete, autocomplete-plus, autocomplete-sql, autocompletion, mysql, sql
- Language: JavaScript
- Size: 32.2 KB
- Stars: 10
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Autocomplete SQL
[](https://travis-ci.org/webdevel/autocomplete-sql)
[](https://coveralls.io/github/webdevel/autocomplete-sql?branch=master)


[](https://atom.io/packages/autocomplete-sql)
*[Autocomplete SQL]* provider for *[Atom]* *[Autocomplete Plus]*
### Installing
You may choose your preferred method of installation.
###### Command Line APM
`apm install autocomplete-sql`
###### Atom GUI
`Atom->Settings->Install->Search autocomplete-sql`
###### Command Line Git
You will have to know the location of the Atom configuration directory for your operating system. The default locations for Windows, MacOS, Linux are `%USERPROFILE%\.atom` and `~/.atom` respectively. After cloning the package, you will have to restart Atom which will automatically load it.
```sh
cd .atom/packages
git clone git@github.com:webdevel/autocomplete-sql.git
```
### Contributing
Please read [Contributing]. Feel free to submit pull requests, issues and comments! Thank you. Participants will be added to the list of [Contributors].
### Dependencies
*[Autocomplete SQL]* is an *[Atom]* *[Autocomplete+]* provider and requires *[Autocomplete+]* to be installed. *[Autocomplete+]* is currently bundled with *[Atom]* by default.
### License
*[Autocomplete SQL]* is Free and Open Source Software. It is licensed by the MIT License.
[Atom]: https://atom.io/
[Autocomplete Plus]: https://github.com/atom/autocomplete-plus
[Autocomplete+]: https://github.com/atom/autocomplete-plus
[Autocomplete SQL]: https://github.com/webdevel/autocomplete-sql
[Contributors]: https://github.com/webdevel/autocomplete-sql/blob/master/CONTRIBUTORS.md
[Contributing]: https://github.com/webdevel/autocomplete-sql/blob/master/CONTRIBUTING.md