Skip to content

Commit

Permalink
chore: update readme for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe committed Aug 2, 2024
1 parent f548e7a commit cdf4fc3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ Duty (**D**atabase **Ut**ilit**y**) is a home for common database tools, models

Duty wraps the awesome [atlas](https://github.com/ariga/atlas/) library, and copies some of its code to make use of internal functions.


## Running Tests

1. `make test` will run tests against a new embedded postgres instance
`make test` will run tests against a new embedded postgres instance

### Env Vars

If you set `DUTY_DB_URL` environment variable to the `postgres` db, each test will run against a new database called `duty_gingko`
- `DUTY_DB_URL`: the `postgres` db, each test will run against a new database called `duty_gingko`
- `TEST_DB_PORT`: will set the port that the test database will run on.

0 comments on commit cdf4fc3

Please sign in to comment.