yiisolutions/yii2-yql

Yahoo Query Language for Yii2

安装: 7

依赖项: 0

建议者: 0

安全: 0

星星: 0

关注者: 2

分支: 0

开放问题: 0

类型:yii2-extension

dev-master 2016-12-21 19:22 UTC

This package is not auto-updated.

Last update: 2024-09-14 19:58:47 UTC


README

Yahoo Query Language for Yii2.

什么是 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]