phpfacile / data-package-table-schema-db
data package/table schema related services for database access
1.0.0
2018-10-22 13:12 UTC
Requires
- php: >=7.0.0
Requires (Dev)
- phpunit/phpunit: ^6.2
- squizlabs/php_codesniffer: 3.*
This package is auto-updated.
Last update: 2025-03-06 10:33:01 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"
}