Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for MSSQL named pipe (np:) and shared memory (lpc:) DSNs #34

Open
fsiler opened this issue Oct 19, 2023 · 1 comment
Open

Support for MSSQL named pipe (np:) and shared memory (lpc:) DSNs #34

fsiler opened this issue Oct 19, 2023 · 1 comment

Comments

@fsiler
Copy link

fsiler commented Oct 19, 2023

Hello, the Microsoft go-mssqldb module supports lpc: and np: DSNs. Could we get support for that here please? I'd like to use with sql_exporter and have raised this issue there as well.

@kenshaw
Copy link
Member

kenshaw commented Oct 19, 2023

I was not aware of these. I'll aim to add this to the next version of dburl and usql. Thanks for pointing this out. I will need to think what the "right" way to do this is, but likely it will take the form of sqlserver+lpc:// and sqlserver+np:// style URLs, as this is used with other databases that support different protocol transports (ie, TCP vs UDP).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants