sqlx 0.7.4

🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
Documentation
---
name: I think I found a bug in SQLx
about: Create a bug-report issue.
title: ''
labels: 'bug'
assignees: ''
---
### Bug Description
A clear and concise description of what the bug is.

### Minimal Reproduction
A small code snippet or a link to a Github repo or Gist, with instructions on reproducing the bug.

### Info
* SQLx version: [REQUIRED]
* SQLx features enabled: [REQUIRED]
* Database server and version: [REQUIRED] MySQL / Postgres / SQLite <x.y.z>
* Operating system: [REQUIRED]
* `rustc --version`: [REQUIRED]