####Usage:
sqlient [options]
####Options:
/H /h Display help
/S /s [server] Server name
/D /d [database] Database name
/U /u [Username] User Id (currently only SQL Authentication works)
/P /p [Password] User password
/Q /q [Query] SQL Query to be executed
I've also added a .NET Core version of the application that can be found in the .NETCore folder.
NOTE: make sure .NET Core is installed.
- Navigate to the SQLient.NETCore folder
- Restore the packages
dotnet restore
- Build the project
dotnet build
- Run the program
dotnet run
- Pass the same options above