sponsor Vim development Vim logo Vim Book Ad

VDBI.vim : Database client for Vim

 script karma  Rating 17/5, Downloaded by 1339  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...
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vdbi-vim.zip 0.01 2012-05-02 7.0 Yasuhiro Matsumoto Initial upload
ip used for rating: 18.117.91.153

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github