Skip to content

V3.0.14

Latest
Compare
Choose a tag to compare
@liu21st liu21st released this 24 Sep 13:43
· 2 commits to 3.0 since this release
  • MongoDB驱动增加支持配置builder和query参数,便于开发者自定义Builder和Query类实现
  • 模型增加setName方法可用于动态定义name属性
  • 优化单独使用orm的时候 可能的内存溢出问题
  • setLog方法支持传入闭包对日志进行处理
  • 废弃getDbLog、updateQueryTime、clearQueryTime及getQueryTimes方法