DownloadDBScribe
PDO 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)
INSTALLATION
There 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 EXAMPLES
http://ezra-obiwale.github.io/DBScribe/ |