kristijanhusak / vim-dadbod-ui

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

How can I connect to my SQL server? #134

Closed thanh-doan-cko closed 2 years ago

thanh-doan-cko commented 2 years ago

hi,

I tried to use my sql connection string such as

let g:dbs = { \ 'localSql': 'Server=localhost,1434;database=ADMINISTRATION;uid=sa;pwd=1234' \ }

But it does not work.

Can you support me?

Cheers

kristijanhusak commented 2 years ago

What kind of database are you trying to add? You can see what is supported in dadbod via :help dadbod-urls

thanh-doan-cko commented 2 years ago

Thank you. I can manage to add the connection.