Skip to content

Commit

Permalink
Updated Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mtxr committed Dec 15, 2017
1 parent e077edf commit b5b0a16
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 11,879 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ node_modules/
coverage/
.nyc_output/
coverage.enabled
yarn.lock
package-lock.json
npm-shrinkwrap.json
35 changes: 29 additions & 6 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,32 @@
.vscode/**
.vscode-test/**
out/test/**
test/**
src/**
**/*.map
__mocks__/**
.git/**
.gitignore
.travis.yml
.vscode-test/*
.vscode/*
*.map
*.md
*.spec.*
*.test*
*.ts
**/.travis.yml
**/*.map
**/*.md
**/*.spec.*
**/*.test*
**/*.ts
**/example/**
**/test/**
coverage/**
gulpfile.json
jest.json
npm-shrinkwrap.json
out/**
package-lock.json
src/**
static/**
test/**
tsconfig.json
tslint.json
vsc-extension-quickstart.md
yarn.lock
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,21 @@ SQLTools will save you (for sure) a lot of time and help you to increase your pr
* SQL Format (Beautifier)
* __Win/Linux__: <kbd>ctrl+e</kbd> <kbd>ctrl+b</kbd>
* __OSX__: <kbd>cmd+e</kbd> <kbd>cmd+b</kbd>
* or using the standard VSCode Format Document/selection
* Bookmark query
* __Win/Linux__: <kbd>ctrl+e</kbd> <kbd>ctrl+q</kbd>
* __OSX__: <kbd>cmd+e</kbd> <kbd>q</kbd>
* Delete Bookmarked query
* __Win/Linux__: <kbd>ctrl+e</kbd> <kbd>ctrl+r</kbd>
* __OSX__: <kbd>cmd+e</kbd> <kbd>cmd+r</kbd>
* Edit Bookmarked query
* Auto complete for Table names and columns

![static/autocomplete.png](https://raw.githubusercontent.com/mtxr/vscode-sqltools/master/static/autocomplete.png)

* Sidebar database explorer

![static/sidebar.png](https://raw.githubusercontent.com/mtxr/vscode-sqltools/master/static/sidebar.png)

## Docs

Expand All @@ -43,7 +51,7 @@ You can read the entire docs in the [SQLTools Wiki](https://github.com/mtxr/vsco

## To-do

- [ ] :running: Auto complete
- [x] Auto complete for columns and tables
- [x] List and Run bookmarked queries
- [x] Run SQL Queries
- [ ] Show explain plan for queries
Expand All @@ -52,10 +60,11 @@ You can read the entire docs in the [SQLTools Wiki](https://github.com/mtxr/vsco
- [x] View table schemas
- [x] MySQL/MariaDB Support
- [x] MsSQL Support
- [ ] PostgreSQL Support
- [ ] SQLite Support
- [ ] :running: PostgreSQL Support
- [ ] :running: SQLite Support
- [ ] Vertica Support
- [ ] Oraclea Support
- [ ] Oracle Support
- [ ] Sidebar explorer with Table Description, query generator, table records

## Known Issues

Expand Down
Loading

0 comments on commit b5b0a16

Please sign in to comment.