energylab / gacela

An open-source PHP Data Mapper ORM and Domain Framework built on PHP 5.3
gacelaphp.com
MIT License
29 stars 6 forks source link

Use INFORMATION_SCHEMA rather than DESCRIBE to fetch Resource metadata #21

Closed noah-goodrich closed 12 years ago

noah-goodrich commented 12 years ago

This will allow Gacela to fetch and cache all metadata about all tables in a given schema all at once rather than on a per Resource basis.