# Summary
* [1.1. 快速開始](README.md)
* [1.2. 數據庫](database.md)
* [1.2.1. 數據庫連接](database.md#dbc)
* [1.2.2. 遷移](database.md#m)
* [1.3. 模型](models.md)
* [1.3.1. 模型定義](models.md#md)
* [1.3.2. 約定](models.md#c)
* [1.3.3. 關聯](associations.md)
* [1.3.3.1 屬于](associations.md#bt)
* [1.3.3.2 包含一個](associations.md#ho)
* [1.3.3.3 包含多個](associations.md#hm)
* [1.3.3.4 多對多](associations.md#mtm)
* [1.3.3.5 多種包含](associations.md#p)
* [1.3.3.6 關聯模式](associations.md#am)
* [1.4. CRUD:讀寫數據](crud.md)
* [1.4.1 創建](crud.md#c)
* [1.4.2 查詢](crud.md#q)
* [1.4.3 預加載](crud.md#p)
* [1.4.4 更新](crud.md#u)
* [1.4.5 刪除\/軟刪除](crud.md#d)
* [1.4.6 關聯](crud.md#a)
* [1.5. Callbacks](callbacks.md)
* [1.6. 高級用法](advanced.md)
* [1.6.1. 錯誤處理](advanced.md#eh)
* [1.6.2. 事物](advanced.md#t)
* [1.6.3. SQL構建](advanced.md#sb)
* [1.6.4. 通用數據庫接口sql.DB](advanced.md#g)
* [1.6.5. 復合主鍵](advanced.md#cpk)
* [1.6.6. 日志](advanced.md#l)
* [1.7. 開發](development.md)
* [1.7.1 架構](development.md#a)
* [1.7.2 寫插件](development.md#w)
* [1.8. 更新日志](changelog.md)
* [1.9. 譯者日志](log.md)