Home > php-db-mysql

php-db-mysql

Php-db-mysql is a project mainly written in PHP, it's free.

PHP mysql db wrapper for common use.

Features

  • DB A php mysql db client wrapper implementation for common use.
    • Vertical partitioning by table.
    • Horizontal sharding by table & shard_key. Directory-based partitioning.
    • Query Builder: DML SELECT ... FROM ... WHERE ... INSERT ... INTO ... VALUES ... UPDATE ... SET ... WHERE ... DELETE FROM ... WHERE ...
  • DBTable A simple php db table wrapper with CURD operations supported and a cache layer built in.

Dependencies

PHP: php 5.3.x
Extensions:
    mysqli
    memcached
Previous:libvirt-vserver