kristijanhusak / vim-dadbod-ui

Simple UI for https://github.com/tpope/vim-dadbod
MIT License
1.48k stars 86 forks source link

Support for a new database #220

Open xpegenaute opened 8 months ago

xpegenaute commented 8 months ago

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 you are providing some other standard method to do it ?

Regards

kristijanhusak commented 8 months ago

What kind of database? Is it supported in vim-dadbod? If it is supported in vim-dadbod, then you can start with schemas, if not, you will need to add adapter there first.

xpegenaute commented 8 months ago

It is Vertica database, I already have something working also in vim-dadbod and in your plugin. In vim-dadbod there is a clear separation of "adapters", here in your extension, I didn't see it. I just modified the schema and works, but I though may be already exists a better method than touch the schemas file.

kristijanhusak commented 8 months ago

Start by opening a PR and then we can discuss if it needs any other changes.