database.md 284 Bytes
Newer Older
Qiang Xue committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
Working with Database
=====================

Architecture
------------

### Data Access Object (DAO)

* Connection
* Command
* DataReader
* Transaction

### Schema

* TableSchema
* ColumnSchema

### Query Builder

* Query
* QueryBuilder

### ActiveRecord

* ActiveRecord
* ActiveQuery