An open API service indexing awesome lists of open source software.

https://github.com/redh00k-k/csharpsimplesqlconnection

Simple CLI SQLClient to connect to SQL server.
https://github.com/redh00k-k/csharpsimplesqlconnection

csharp sql

Last synced: about 1 month ago
JSON representation

Simple CLI SQLClient to connect to SQL server.

Awesome Lists containing this project

README

          

# CSharpSimpleSQLConnection
CSharpSimpleSQLConnection is a simple CLI that connect to SQL server.

# Usage
```
C:> CSharpSimpleSQLConnection.exe

CSharpSimpleSQLConnection 0.1
Copyright (c) Redh00k-k

-s, --server Required. Server name.
-d, --database Required. Database name.
-n, --no-password Don't ask for password
-h, --help Display this help screen.
```

# Requirement of build
- CommandLineParser 2.9.1
- ILRepack.Lib.MSBuild.Task 2.0.29