sqlx_pg_test_template
Faster version of the #[sqlx::test] macro for PostgreSQL. Database for every test
is created using CREATE DATABASE ... WITH TEMPLATE ... and dropped after test is finished.
Usage
use test;
async
async
async
Run tests:
DATABASE_URL="postgres://postgres:postgres@localhost:5432/test_template"
Check documentation for details.