sqlx-database-tester 0.3.2

Library for creation of unit / integration tests with sqlx database support
Documentation
# Changelog

All notable changes to this project will be documented in this file.

## [0.3.2] - 2022-07-05

### Bug Fixes

- Use correct sqlx-database-tester-macros version

## [0.3.1] - 2022-06-28

### Bug Fixes

- Always terminate db connections before dropping db

### Miscellaneous Tasks

- Update files from template

### Refactor

- Make new lints happy