phpfacile/data-package-table-schema-db

data package/table schema related services for database access

1.0.0 2018-10-22 13:12 UTC

This package is auto-updated.

Last update: 2024-04-06 08:40:18 UTC


README

This is a service aimed at automatically extract usefully information from a data package (Cf. http://frictionlessdata.io/specs/data-package/) description made of table schema (https://frictionlessdata.io/specs/table-schema/) so as to be able to perform requests on a database.

THIS IS HIGHLY EXPERIMENTAL and to be honest poorly/badly implemented

Installation

At the root of your project type

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

Or add "phpfacile/data-package-table-schema-db": "^1.0" to the "require" part of your composer.json file

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