Skip to content

Latest commit

 

History

History
executable file
·
11 lines (11 loc) · 297 Bytes

CHANGELOG.md

File metadata and controls

executable file
·
11 lines (11 loc) · 297 Bytes

2.0.0 (2016-xx-xx)

  • 优化结构
  • 删除多余的类
  • 简化操作流程
  • 简化pdo封装
  • 修改Connection
  • 增加Driver对象
  • 修改Database对象成DBPool,为链接池做准备
  • 移除Connection对象,简化驱动操作流程
  • DBPool -> Fdb
  • 增加数据库单元测试