Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Doğukan Aydoğdu authored May 26, 2020
1 parent 55fade0 commit d72263e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# go-test-database

This package creates a test database for your go applications using the `127.0.0.1:3305`.
This package creates a mysql container for your applications and returns a connectionn to the created database so you can easily query the test database.

# Requirements
* :3305 port must not be used
* docker

# INSTALL
```bash
Expand Down Expand Up @@ -46,4 +50,4 @@ it's return two parameters;
here is the defination of the `NewUnit` function;
```go
func NewUnit() (*sql.DB, func()) {}
```
```

0 comments on commit d72263e

Please sign in to comment.