Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

cofyc/php-db-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

PHP mysql db wrapper for common use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages