Skip to content

Releases: wansenai/mybatis

Summer Mybatis v2.0.3

20 May 06:03
e7fff4a
Compare
Choose a tag to compare

Fix

  1. fix mybatis_macro Not working properly #76
  2. fix example warning code
  3. remove mybatis tests module, #65
  4. fix all module code cargo fmt

New features

  1. add #[mybatis_plus] macro #78
  2. add MybatisPlus macro #78
  3. update README.md Simplified part of the code
  4. update new version publish

Summer Mybatis v1.0.8

13 May 14:54
04794bb
Compare
Choose a tag to compare

This new version fixes the previous bug

Features:

  • Add Implementation of crud_table macro
  • Add Implementation of html_sql macro
  • Add Implementation of sql_impl macro

Fix Bug

  • Fix crud_table macro, the alias causes an error here #63
  • Added some documents

Contributors

@Jzow

People to be thanked

@Darksonn Forum Help for macro errors
@Sh1-5 Provide the @summer-rust with a front-end sample page of this framework

v1.0.7 first release

12 May 02:51
e9384c9
Compare
Choose a tag to compare
v1.0.7 first release Pre-release
Pre-release

This version was released for the first time.

Features:

  • Cross platform support (linux, macos, windows)
  • No Runtimes,No Garbage Collection
  • Powerful and flexible where conditional wrapper.
  • Support multiple database drivers (mssql, mysql, postgres, sqlite).
  • Support asynchronous operation with tokio.
  • Structure automatic serialization and deserialization.

Fix Bug

  • Fix mybatis module mapping error
  • remove mybatis test error code