Intelligent Data layer:
Why is it Intelligent?
- Automatically cache small and numeric responses to memory, and cache large
responses to the hard drive.
- Automatic cache expiration, based on settings. You can select seconds, minutes,
hours, days, weeks, months, years, etc.
- Cache overide. You can enable and disable caching on the fly.
- Simplified execution of SQL statements with paramaters.
- Automatic connection string creation.
- Allows overide of automatic connection string detection.
- Simplified Purge / Insert logic.
Try it out:
Intelligent Data layer