Closed dzintars closed 2 months ago
Hi, it's not possible to modify the executable and it's arugments like that. You can pass some things through the connection string (see here https://github.com/tpope/vim-dadbod/blob/master/doc/dadbod.txt#L150), but that's about it.
Hi. Just a question, does this plugin supports
mysql --defaults-group-suffix=_dev_dba
as an environment variable likeexport DB_UI_DEV='mysql --defaults-group-suffix=_dev_dba'
? DB config are configured within~/.my.cnf
file with various DB connections. I could reuse those. Not a big deal. Just curious.Client config sample:
In
mysql
CLI you use it viamysql --defaults-group-suffix=_dev_dba < your-script.sql