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.
- Host: GitHub
- URL: https://github.com/redh00k-k/csharpsimplesqlconnection
- Owner: Redh00k-k
- License: mit
- Created: 2024-04-14T04:23:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-22T05:23:00.000Z (almost 2 years ago)
- Last Synced: 2025-11-21T05:02:53.414Z (8 months ago)
- Topics: csharp, sql
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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