mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-24 17:19:01 +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 = ?; ```