mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-18 23:13:20 +00:00
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 = ?; ```