Rich Healey wrote on 14/08/2009 06:18 AM: > I'd like to streamline this workflow to do the retrieve/post directly > to and from the database. Is there existing functionality to do this? > I've had a crack at googling for it but suspect I'm not using the > right terminology to pull it up. >
Have you tried using dbext? It's a plugin that does all the interface work so that you can run database queries directly from Vim. I use it daily - it also means I don't need a different interface application when I use MySQL, MS SQL Server, Oracle, etc. Afaik, Postgres is supported. -- [ Albie Janse van Rensburg ~ http://morph.telspace.co.za ] When in doubt, follow your heart. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
