go-sqlcmd icon indicating copy to clipboard operation
go-sqlcmd copied to clipboard

Should ~/.sqlcmd/sqlconfig keep metadata on what the endpoint is

Open stuartpa opened this issue 3 years ago • 0 comments

The metadata for an endpoint looks like this:

endpoints:

  • endpoint: address: localhost port: 1433 name: endpoint
  • asset: container: id: aeedc3821812c45120300a467cd82c90e5c049b4610256dfffb6701c99665f01 image: mcr.microsoft.com/mssql/server:latest

To be able to generate the best connection strings (from sqlcmd config connection-strings) should the metadata hold details on what the endpoint actually is, is it mssql-server, or mssql-edge, or azure sql db, or azure sql MI, or postgres!

stuartpa avatar Nov 29 '22 09:11 stuartpa