An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Autocomplete SQL
[![Build Status](https://travis-ci.org/webdevel/autocomplete-sql.svg?branch=master)](https://travis-ci.org/webdevel/autocomplete-sql)
[![Coverage Status](https://coveralls.io/repos/github/webdevel/autocomplete-sql/badge.svg?branch=master)](https://coveralls.io/github/webdevel/autocomplete-sql?branch=master)
![Version](https://img.shields.io/apm/v/autocomplete-sql.svg)
![Downloads](https://img.shields.io/apm/dm/autocomplete-sql.svg)
[![License](https://img.shields.io/apm/l/icon-fonts.svg?style=flat)](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