Minor Enhancement
- Added capability to generate table column metadata array file that can be included in Model classes to eliminate the need for querying the info schema table to populate table column data each time a Model instance is created. This leads to one less db query for each model instance in your application.
Full Changelog: 1.0.7...1.0.8