Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 495 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 495 Bytes

Yii2 YQL

Yahoo Query Language for Yii2.

What is YQL?

The YQL Web Service enables applications to query, filter, and combine data from different sources across the Internet. YQL statements have a SQL-like syntax, familiar to any developer with database experience. The following YQL statement, for example, retrieves geo data for Sunnyvale, CA:

select * from geo.places where text="sunnyvale, ca"

[developer.yahoo.com]