1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-26 00:24:14 +00:00

orm update docs

This commit is contained in:
slene 2013-08-17 07:41:22 +08:00
parent 618cbf1e66
commit aecf4af7f2

View File

@ -157,6 +157,7 @@ RegisterModel 也可以同时注册多个 model
orm.RegisterModel(new(User), new(Profile), new(Post))
```
详细的 struct 定义请查看文档 [模型定义](Models.md)
## ORM 接口使用