zorm 1.2.6 release, Golang lightweight ORM

zorm, golang lightweight ORM, ReadyGo subprojects

Updates are as follows:

  1. DataSourceConfig configuration and distinguish DriverName DBType, a plurality of drive compatible with one kind of database packages
  2. Is no longer displayed depends on a database driven, determined by the user-dependent database-driven package

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、postgresql、oracle、mssql、sqlite
  • Support database separate read and write

Production and use reference  UserStructService.go

Guess you like

Origin www.oschina.net/news/114302/zorm-1-2-6-released