# 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)