SQL & Vim
plugins
vim-addon-sql, dbext comparison:feature | vim-addon-sql | dbext | feature description |
---|
mysql-support | | | |
---|
postgresql-support | yes | | |
---|
sqlite-support | yes | | |
---|
firebird-support | yes | | |
---|
information-missing | | yes | |
---|
details
vim-addon-sql
- using external executables to reconnect for each query
- supports alias aware table and field completion for all supported databases
- completes mysql builtin functions
- can detect statements automatically based on empty lines or ';'. If thisdoesn't work you can still visually select a statement and run it
- bad formatting of sql results
dbext
- much more sophisticated ..