dev-master
9999999-devAn Index-Only database library (IOSQL) for PHP.
MIT
The Requires
- php >=5.3.0
orm sql active-record query-builder iosql
An Index-Only database library (IOSQL) for PHP.
What if you only ever asked the database to do calculations and you used memcached/redis for actual result retrieval?, (*1)
In this model MySQL/PostgreSQL or SQlite is the master for the data storage. However, it is only a fallback for reads as the application uses memcached (or redis) for fetching objects most the time., (*2)
The one weakness is that your application must now enforce a type of ACID complient since your database is no longer the sole holder of data., (*3)
An Index-Only database library (IOSQL) for PHP.
MIT
orm sql active-record query-builder iosql