https://github.com/skanehira/denops-mysql.vim
https://github.com/skanehira/denops-mysql.vim
mysql neovim-plugin vim vim-denops vim-plugin
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skanehira/denops-mysql.vim
- Owner: skanehira
- License: mit
- Created: 2021-10-09T02:59:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-26T12:24:40.000Z (over 4 years ago)
- Last Synced: 2025-10-20T21:53:27.648Z (8 months ago)
- Topics: mysql, neovim-plugin, vim, vim-denops, vim-plugin
- Language: TypeScript
- Homepage:
- Size: 17.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# denops-mysql.vim
Vim plugin for mysql

## Features
- execute sql
## Usage
```vim
" execute current line as sql
:MySQLQuery
" execute selected lines as sql
:'<,'>MySQLQuery
" connect to database
:MySQLConnect test
```
## Config
`$XDG_HOME/denops_mysql/config.yaml`
```yaml
databases:
- alias: gorilla
username: gorilla
password: gorilla
dbname: gorilla
host: gorilla
port: 5555
- alias: test
username: test
password: test
dbname: test
host: localhost
port: 3306
```
## Author
skanehira