Open xpegenaute opened 9 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.
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.
Start by opening a PR and then we can discuss if it needs any other changes.
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