sqlx/sqlx-mysql
Shift Right Once 9a6ebd0a74
Add a get_database method (#2871)
The Postgres implementation has this method. It is also
helpful for queries that require the current datbase name.
example:

```sql
SELECT table_name FROM INFORMATION_SCHEMA.TABLES WHERE table_name = ? &&
table_schema = ?;
```
2023-11-15 15:22:15 -08:00
..
2023-11-15 15:22:15 -08:00
2023-06-30 14:10:02 -07:00