This website requires JavaScript.
Explore
Help
Sign In
lbsadmin
/
Beego
Watch
1
Star
0
Fork
0
You've already forked Beego
mirror of
https://github.com/astaxie/beego.git
synced
2025-01-22 20:07:12 +00:00
Code
Issues
Releases
Activity
Beego
/
orm
/
docs
/
zh
History
slene
aecf4af7f2
orm update docs
2013-08-17 07:41:22 +08:00
..
CustomFields.md
zh docs update
2013-07-31 22:11:35 +08:00
Models.md
orm docs update
2013-08-13 19:28:37 +08:00
Models.sql
zh docs update
2013-07-31 22:11:35 +08:00
Object.md
orm operator args now support multi types eg: []int []*int *int, Model *Model
2013-08-08 22:34:18 +08:00
Orm.md
orm update docs
2013-08-17 07:41:22 +08:00
Query.md
orm docs update
2013-08-13 19:28:37 +08:00
Raw.md
orm update docs
2013-08-11 22:27:54 +08:00
README.md
orm docs update
2013-08-13 19:28:37 +08:00
Transaction.md
orm update docs about debug log queries
2013-08-09 13:53:04 +08:00
README.md
文档目录
Orm 使用方法
数据库的设置
驱动类型设置
参数设置
时区设置
注册 ORM 使用的模型
ORM 接口使用
调试模式打印查询语句
对象的CRUD操作
高级查询
使用的表达式语法
支持的操作符号
高级查询接口使用
使用SQL语句进行查询
事务处理
模型定义
Struct Tag 设置参数
表关系设置
模型字段与数据库类型的对应
Custom Fields
Faq
文档更新记录
2013-08-13: ORM 的
时区设置
2013-08-13:
模型字段与数据库类型的对应
推荐的数据库对应使用的类型