go-sqlcmd
go-sqlcmd copied to clipboard
Should ~/.sqlcmd/sqlconfig keep metadata on what the endpoint is
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!