phpfacile/data-package-table-schema-db

数据库访问相关的数据包/表结构相关服务

1.0.0 2018-10-22 13:12 UTC

This package is auto-updated.

Last update: 2024-09-06 09:32:04 UTC


README

这是一个针对从数据包(参见图表http://frictionlessdata.io/specs/data-package/)描述中自动提取有用信息的服务,描述由表结构组成(参见图表https://frictionlessdata.io/specs/table-schema/),以便能够对数据库进行请求。

这非常实验性,坦白说,实现得相当糟糕/不完善

安装

在项目根目录下

composer require phpfacile/data-package-table-schema-db

或者将"phpfacile/data-package-table-schema-db": "^1.0"添加到composer.json文件中的"require"部分

"require": {
    "phpfacile/data-package-table-schema-db": "^1.0"
}