Introduction

If you want to access database, do you escape from vim? Or start shell like application? Or start GUI database cilent?

Don't leave there if using VDBI.

Feature

  • Browsing tables
  • Browsing columns
  • Easy operations.
  • Data viewer.

Screenshot

Table Browser

table browser

Data Viewer

data viewer

Requirements

  • vim webapi-vim https://github.com/mattn/webapi-vim
  • perl Plack

Installation

vim plugins

$ cd ~/.vim/bundle
$ git clone https://github.com/mattn/webapi-vim
$ git clone https://github.com/mattn/vdbi-vim
	  
perl modules

$ cpanm DBI Plack JSON
	  

License

BSD style license

Author

Yasuhiro Matsumoto
mattn.jp@gmail.com