vim-dadbod
vim-dadbod copied to clipboard
dadbod.vim: Modern database interface for Vim
Awesome work on this as always, but it's not finding a postgres database when it's given a connection string that uses a port other than 5432 (5435 in my case)....
Is there anyway for me to make this work with a firebird database?
hi master, i love your plugin, its great, but i have problen with command LAST_INSERT_ID() in mysql it return 0, not what really last insert in my auto_increment id. i...
From the readme: >Omit further arguments to spawn an interactive console (like psql or redis-cli). > >`:DB postgresql:///foobar` >`:DB redis:` I can successfully run `:DB postgresql://twiclo@localhost/sc select * from service;`...
Using url params to set profile and endpoint url if needed.
I would really appreciate if you add the Apache Cassandra adapter support to dadbod. I work on cassandra sometimes and with the adapter support, it makes it easy to query...
I am connecting to an azure sql db instance that uses azure ad auth. - I can connect ok with sqlcmd (go-sqlcmd specifically) on the bash cli but I can...
Quoting [Trilogy's README](https://github.com/trilogy-libraries/trilogy): > Trilogy is a client library for MySQL-compatible database servers, designed for performance, flexibility, and ease of embedding. > > It's currently in production use on github.com....
Because the command I use locally to connect to mysql is not mysql, I use mycli. Causes me to get the error "mysql not found" when I use it, so...
This PR adds an adapter for DuckDB—the SQLite for analytics. ## Implementation I copied and tweaked the sqlite adapter as the duckdb cli accepts the same arguments the adapter uses....