zorm 1.2.5 release, Golang lightweight ORM

zorm, golang lightweight ORM, ReadyGo subprojects

Source Address: https://gitee.com/chunanyong/zorm

go get gitee.com/chunanyong/zorm 
  • Based on the preparation of native sql statement is springrain streamlining and optimization.
  • Own code generator
  • Streamlined code, a total of around 2000 lines, detailed notes, easy custom modifications.
  • It supports transaction propagation, which is the main reason for the birth of zorm
  • 支持MySQL,SQLServer,Oracle,PostgreSQL,SQLite3
  • Support database separate read and write

Production and use reference  UserStructService.go

Updates are as follows:

  1. Paging statement must have a clear order by, avoid incompatibilities paging syntax database migration.
  2. When the repair list queries, page nil object of bug

Guess you like

Origin www.oschina.net/news/114272/zorm-1-2-5-released