Skip to content

Commit

Permalink
added mssql docker instance for local testing in example
Browse files Browse the repository at this point in the history
Signed-off-by: adarsh-jaiss <[email protected]>
  • Loading branch information
Adarsh-jaiss committed May 23, 2024
1 parent 729a463 commit 769d839
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions example/mssql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ Before you begin, ensure you have the following:

- Go installed on your machine.
- Access to a Microsoft SQL Server instance.
- You can run it locally using this command :

```
docker run -p 14330:1433 -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=root' -d chriseaton/adventureworks:latest
```
- Environment variable `DB_PASSWORD` set to your database password.

## Getting Started
Expand Down

0 comments on commit 769d839

Please sign in to comment.