The GCWorld ORM builds extensible classes used for selecting and updating objects.
- Fully formed classes containing all database fields.
- Set / Get / Save functions.
- Built in auditing
- Audit User tracking via Common getUser() function
- Redis smart caching
- Read More About The Config Options HERE
- Auto-loading of common via config file
- Insertable type single-key objects (using on duplicate key update)
- DBInterface for keeping DirectDB systems in line and universal
- Support for auto-generation of getters/setters
- Custom definition of variable visibility
- Use Default Option (with a null override thing!)
6.4.29
- Upgrade the audit system to handle BINARY(16) UUIDs in place of member_id BIGINT(20) on config option
- Add more docblocks to generated scripts