All Projects → lighttiger2505 → sqls.vim

lighttiger2505 / sqls.vim

Licence: MIT license
Vim plugin for sqls

Programming Languages

Vim Script
2826 projects

sqls.vim

Vim plugin for sqls

install

For vim-plug

Plug 'lighttiger2505/sqls.vim'
Plug 'prabirshrestha/vim-lsp'
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }

depends

Feature

sqls.vim demo

Commands Plug Mappings Description
SqlsExecuteQuery (sqls-execute-query) execute query of the current buffer adn show query result to preview buffer.
SqlsExecuteQueryVertical (sqls-execute-query-vertical) ... display results vertically.
SqlsShowConnections (sqls-show-connections) show database connection to preview buffer.
SqlsShowDatabases (sqls-show-databases) show database to preview buffer.
SqlsSwitchDatabase (sqls-switch-database) select and swith database. Requirement fzf.
SqlsSwitchDatabase <DB Name> - swith database.
SqlsSwitchConnection (sqls-switch-connection) select and swith database connection. Requirement fzf.
SqlsSwitchConnection <Connection Index> - swith database connection.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].