vim-dadbod-ui
vim-dadbod-ui copied to clipboard
Simple UI for https://github.com/tpope/vim-dadbod
would parse url incorrectly if there are some special characters like @, # inside the dsn components (mostly inside password). e.g. use config: [{ "name": "test", "url": "mysql://user:p@ssword@localhost:5432" }] get...
Hi, I am trying to add support for a new database. I saw that probably it should be done, at least, modifying the `schemas.vim` file. Is it right ?, or...
Honestly, I am kind of new in this, so I am searching for help, I am having a similar issue to #190 where the cmd commands like DBUIToggle won't work....
I have added Cassandra support and only change in common part is in results_parser in schemas.vim where I trimmed the result and check if it is empty while filtering the...
Hello, I've been using your tool and found it extremely useful for managing and navigating databases. However, I would like to suggest an enhancement related to the foreign key lookup...
I was wondering if we could add support for custom callbacks that could run on certain events, hooks style. My desire is to load up the connection string from my...
Many utilities provide a way to configure instead of a plaintext password a password command to retrieve the password. Could something like this be added? I'm not entirely comfortable with...
Would be useful to be able to hide certain preset table helpers, such as "References". Additionally, would be great to be able to put preset table helpers to the bottom...
Are PR's being accepted for this or this is not the expected behavior? The idea is to see the results of the query in the actual buffer without having to...
I've looked through past issues and haven't found an answer. Apologies if I've missed it and this is a duplicate of another question. I'm using MacOS Ventura, Kitty terminal emulator,...