Categorygithub.com/og/gofree
repositorypackage
0.5.3
Repository: https://github.com/og/gofree.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

gofree

符合 golang 风格的 ORM

  1. 消除链式调用,让 SQL 一目了然
  2. QueryBuilder 支持 DBA 审查 SQL,即使是非常复杂的SQL
  3. 接口友好,基于正确的场景设计接
  4. 接口设计松紧灵活,尽可能的消除 interface{} 的同时保持易用性.