It would be very useful if there was a way to pass in an ADO.NET-style connection string instead of separate server/user/pw/etc params.
This is already supported by go-mssqldb, so I'm hoping that the amount of work required to add this feature wouldn't be excessive :)
If this sounds like a good idea, and we can get agreement on how the UX should look (a new flag --connection-string/-S perhaps), then I can probably work on creating a PR for this feature :)
Thanks,
Eric
It would be very useful if there was a way to pass in an
ADO.NET-style connection string instead of separate server/user/pw/etc params.This is already supported by
go-mssqldb, so I'm hoping that the amount of work required to add this feature wouldn't be excessive :)If this sounds like a good idea, and we can get agreement on how the UX should look (a new flag
--connection-string/-Sperhaps), then I can probably work on creating a PR for this feature :)Thanks,
Eric