2017 © Pedro Peláez
 

library iosql

An Index-Only database library (IOSQL) for PHP.

image

iosql/iosql

An Index-Only database library (IOSQL) for PHP.

  • Friday, November 18, 2016
  • by Xeoncross
  • Repository
  • 3 Watchers
  • 7 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 17 % Grown

The README.md

Index-Only SQL library (IOSQL)

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)

The Versions

18/11 2016

dev-master

9999999-dev

An Index-Only database library (IOSQL) for PHP.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

orm sql active-record query-builder iosql