Skip to content

v0.2.0

Compare
Choose a tag to compare
@syf20020816 syf20020816 released this 30 Aug 04:34
· 46 commits to main since this release
  • 0.2.0:
    • 重构了各类Wrapper,使用简单统一的构造器+工厂模式(Reconstructed various Wrappers using a simple and unified constructor+factory pattern)
    • 增加row sql进行语句构建(Add row SQL for statement construction)
    • 启动与初始化更新,你可以基于框架提供的trait和struct自己构建初始化服务(Starting and initializing updates, you can build your own initialization services based on the traits and structs provided by the framework)
    • 增加大量构建工具(Add a large number of construction tools)
    • 分离语句构造和语句提交(Separate statement construction and statement submission)