Skip to content

Instantly share code, notes, and snippets.

@HeLiBloks
Last active May 7, 2016 20:05
Show Gist options
  • Save HeLiBloks/7587067c9571a46733e9a41c39b3d78b to your computer and use it in GitHub Desktop.
Save HeLiBloks/7587067c9571a46733e9a41c39b3d78b to your computer and use it in GitHub Desktop.
my Vim Depedencies
#for dbext:
apt-get install unixodbc
perl -MCPAN -e 'install Bundle::DBI' -e 'install DBD::ODBC'
#for vim-sql-workbench
#sqlite
wget https://bitbucket.org/xerial/sqlite-jdbc/downloads/sqlite-jdbc-3.8.11.2.jar
#mysql
wget https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.38.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment