PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Ezra Obiwale   DBScribe   README.md   Download  
File: README.md
Role: Auxiliary data
Content type: text/markdown
Description: Readme file
Class: DBScribe
Access databases with several abstraction patterns
Author: By
Last change:
Date: 8 years ago
Size: 760 bytes
 

Contents

Class file image Download

DBScribe

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.

  1. COMPOSER (Recommended) "require": { "d-scribe/db-scribe": "dev-master" }
  2. 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/