raahul/schema-extractor

There is no license information available for the latest version (v1.0.0) of this package.

Extract schema information of a database into a program-friendly data structure

v1.0.0 2013-06-13 14:24 UTC

This package is not auto-updated.

Last update: 2024-04-08 12:22:54 UTC


README

A library to convert schema information exposed by SQL's DESCRIBE statement into bifurcated date that can be later used programmatically.

This library has been created to be used primarily by Larry Four, a model and migration generator for the Laravel PHP framework.