Imports of simple command

PathSynopsis
database/sqlPackage sql provides a generic interface around SQL (or SQL-like) databases.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/microsoft/go-mssqldbpackage mssql implements the TDS protocol used to connect to MS SQL Server (sqlserver) database servers.
logPackage log implements a simple logging package.