|  Download DBScribePDO Abstraction Library to manage CRUD functions from within PHP with the ability to create databases, tables and columns, and to keep them up-to-date according to models. FEATURES
DB creation
Table creation (Mapper required)
Table structure update (Mapper required)
CRUD operations
Model Mapper (uses annotations)
 INSTALLATIONThere two ways to install DBScribe. 
COMPOSER (Recommended)
"require": {
     "d-scribe/db-scribe": "dev-master"
 }
MANUAL
- Create "d-scribe/db-scribe" directory in your vendor directory
- Copy the files of DBScribe into that directory
 USAGE EXAMPLEShttp://ezra-obiwale.github.io/DBScribe/ |