Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/earthquakesan/azure-sql-test

Test util for azure SQL written in golang
https://github.com/earthquakesan/azure-sql-test

Last synced: 28 days ago
JSON representation

Test util for azure SQL written in golang

Awesome Lists containing this project

README

        

# azure-sql-test
Test util for azure SQL written in golang

## Usage

```
export SQL_USERNAME=sqladmin
export SQL_PASSWORD='password#$!@#'
export SQL_HOSTNAME=hostname.database.windows.net
export SQL_PORT=1433
export SQL_DATABASE=projectsqldatabase

make build
# For MacOS
./azure-sql-test-darwin-amd64
# For Windows
./azure-sql-test.exe
# For Linux
./azure-sql-test-linux-amd64
```

On the successful connection application will return exit code 0.