VDBI.vim : Database client for Vim
script karma |
Rating 17/5,
Downloaded by 1399 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Yasuhiro Matsumoto |
|
script type |
utility |
|
description |
This is vim script to manipulate database.
ref: http://mattn.github.com/vdbi-vim/
Source Repository.
ref: http://github.com/mattn/vdbi-vim
This plugin provides following interfaces.
* Browsing tables
* Browsing columns
* Easy operations.
* Data viewer.
Supported database.
* Oracle
* SQLite
* MySQL
* PostgreSQL
To start VDBI, type ':VDBI'.
To open query editor, type <leader>s.
|
|
install details |
# cd ~/.vim
# unzip vdbi-vim.zip
or if you install pathogen.vim:
# cd ~/.vim/bundle # or make directory
# unzip /path/to/vdbi-vim.zip
if you get sources from repository:
# cd ~/.vim/bundle # or make directory
# git clone http://github.com/mattn/vdbi-vim.git
you need to install database drivers you want to use.
# cpanm DBI Plack JSON
# cpanm ...extra-dbi-module...
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|