David,
This looks very interesting but even the tutorial is overwhelming - for 
a quick start, what is the simplest way for me to connect to:
   /home/phil/src/ruby/sqlite.db
and execute a query like:
   .tables
Thanks,
Phil.
On 2017-11-18 04:32, David Fishburn wrote:
> What is it?
> -----------
> dbext.vim : Provides database access to most databases.
> http://www.vim.org/scripts/script.php?script_id=356 [1]
> 
> 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
> ------------
> - New option g:dbext_default_job_show_msgs to control whether
> information messages are displayed when starting and stop jobs.
> Regular status messages continue to display.
> 
> - New option g:dbext_default_job_pipe_regex to control how to identify
> and strip piped in files and specify it separately via job options.
> 
> - Renamed option g:dbext_default_use_jobs to
> g:dbext_default_job_enable to better support tab completion for the
> DBSetOption command.
> 
> Bug Fixes
> ---------
> - Also check for 'timers' when checking for job support.
> 
> - Revamped job support.  Tested on Windows, Linux and OSX.  Works on
> long running and very short jobs where it was erratic on first
> release.
> 
> I am always open to suggestions, just email me.  See :h dbext.txt for
> contact details.
> 
> Enjoy.
> 
> David
> 
>  --
> --
> 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.
> 
> 
> Links:
> ------
> [1] http://www.vim.org/scripts/script.php?script_id=356
-- 
Philip Rhoades
PO Box 896
Cowra  NSW  2794
Australia
E-mail:  phil@pricom.com.au
-- 
-- 
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:
Post a Comment