Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mbonneau authored Apr 8, 2020
1 parent c701407 commit aea082c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Install pgasync:
- Connection pooling (basic pooling)

## What it can't quite do yet
- Transactions
- Transactions (Actually though, just grab a connection and you can run your transaction on that single connection)

## What's next
- Add more testing
Expand Down Expand Up @@ -142,4 +142,4 @@ the `docker/database` directory. Restart the docker with the above command and i
initialize the database again.

The tests do not change the ending structure of the database, so you should not
normally need to do this.
normally need to do this.

0 comments on commit aea082c

Please sign in to comment.