Monday, January 4, 2016

Re: ANN: dbext.vim version 23.00 - Database access from within Vim

On Sunday, January 3, 2016 at 7:05:13 PM UTC-2, David Fishburn wrote:
> 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, RDB,  SAP HANA, Crate.IO and Interbase 
> are supported.  If you have a Perl enabled Vim, it also allows database 
> connections via DBI and ODBC.
>
>
> It abstracts database access, so the same Vim commands will produce
> the same output regardless of the database you use.
>
>
> Extensive help file with full tutorials.
>
>
>
>
>
> New Features
> ------------
> - Added a new database, CrateIO (Mathias Fussenegger)
>
>
> - CRATE native database type and Crate via DBI are supported
>
>
> - Updated the DBI SQLAnywhere procedure list to respect the option of whether to include the object owner names
>
>
> - Added a new public function, DB_DictionaryDelete, to be used by the OMNI SQL Completion plugin (autoload/sqlcomplete.vim, which is part of Vim)
>                      
>                                                           
> Bug Fixes
> ---------
> - helptags reported duplicate tag MyProjectDir, updated documentation as a work around as there is no way to escape the real syntax (pull #3) (mexpolk)
>
>
> - For PGSQL, use the "schemaname" column rather than "tableowner" (pull #15) (Stefan Litsche)
>
>
>
>
>
>
>
>
>
> I am always open to suggestions, just email me.  See :h dbext.txt for contact details.
>
>
>
> David

I have used this plugin years ago, and somehow I stopped using it. I remember it really helped a lot. I'll certainly set it up once more :) Thanks.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: