Skip to content

v0.7.0

Compare
Choose a tag to compare
@myOmikron myOmikron released this 08 Mar 22:04
· 49 commits to dev since this release
v0.7.0
4880c2a
  • Removed Transaction's lifetime
  • Refactored query, insert_..., update, delete to work on generic
    Executor instead of Database
  • Re-export rorm_sql as sql instead of bloating the whole namespace by using *
  • Updated rorm_sql to 0.6
  • Implemented DynamicExecutor