# Deps install
```
make install
```

# Build
```
make build
```

# Run tests
Edit test config (DB name, user, password) in `{{ shortName }}/testdata/config.cfg` and run

```
make test
```
