Check if a Database Exists
validate_database_exists.RdChecks whether a database with the specified name exists on the current connection.
Details
This function queries the available databases for the connection using
motherduck::list_all_databases() and performs an exact match check.
Returns TRUE if the database exists, FALSE otherwise.