Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/earthquakesan/azure-sql-test
- Owner: earthquakesan
- Created: 2021-02-08T16:20:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-08T17:13:51.000Z (about 4 years ago)
- Last Synced: 2023-03-30T09:59:21.346Z (almost 2 years ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=projectsqldatabasemake 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.