What is it? ----------- dbext.vim : Provides database access to most databases. http://www.vim.org/scripts/script.php?script_id=356
This plugin contains functions/mappings/commands to enable Vim to access several databases. Currently Mysql, PostgreSQL, Ingres, Oracle, Sybase Adaptive Server Anywhere, Sybase Adaptive Server Enterprise, Microsoft SQL Server, DB2 and Interbase are supported. It abstracts database access, so the same Vim commands will produce the same output regardless of the database you use. What is new in 4.0? -------------------- - dbext.vim now requires Vim7. - dbext.vim no longer has dependencies on other plugins by utilizing the new Vim7 features (Lists and Dictionaries). - When using the DBCompleteTable, DBCompleteProcedure, DBCompleteView commands errors are displayed instead of silently ignored. This makes them more useful with the sqlComplete plugin (see |sql.txt|). - Added new option, dbext_default_MYSQL_version, for MySQL to indicate the version you using. - You can optionally define a function, DBextPostResult, in your .vimrc, this function will be called each time the result window is updated. This function can be used to do anything, for example, syntax highlighting the result set in the result window. Bug Fixes ------------ - Added version support with MySQL to control what SQL is sent for version 4 and 5 servers. After installing the plugin you can use: :h dbext.txt :h dbext-tutorial.txt David Fishburn
