PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Elminson De Oleo   Table from Insert   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Table from Insert
Generate create table SQL from an insert query
Author: By
Last change:
Date: 5 years ago
Size: 416 bytes
 

Contents

Class file image Download
{ "name": "elminson/sqltotable", "description": "Create table from insert sql", "type": "library", "license": "MIT", "authors": [ { "name": "Elminson De Oleo Baez", "email": "edeoleo@gmail.com" } ], "minimum-stability": "alpha", "require": {}, "autoload": { "psr-4": { "Elminson\\SqlToTable\\": "src/" } } }