1
0
mirror of https://github.com/astaxie/beego.git synced 2025-01-22 13:57:13 +00:00
Peter Fern d7c3727f96 Add support for basic type pointer fields
Allows models like:

```
type User struct {
	Id    int64
	Name  string
	Email *string `orm:"null"`
}
```

This helps a lot when doing JSON marshalling/unmarshalling.

Pointer fields should always be declared with the NULL orm tag for sanity, this
probably requires documentation.
2014-08-22 14:25:32 +10:00
2014-08-18 16:41:43 +08:00
2014-08-18 16:41:43 +08:00
2014-06-25 10:39:37 +08:00
2014-08-21 00:08:08 +08:00
2014-08-20 11:54:25 +08:00
2014-08-18 16:41:43 +08:00
2014-08-18 16:41:43 +08:00
2014-08-18 16:41:43 +08:00
2014-08-18 16:41:43 +08:00
2014-08-18 16:41:43 +08:00
2014-08-18 16:41:43 +08:00
2014-08-07 12:14:10 +07:00
2014-07-03 23:40:21 +08:00
2014-08-18 16:41:43 +08:00
2014-08-18 16:41:43 +08:00
2014-08-18 16:41:43 +08:00
2014-08-19 16:48:30 +08:00
2014-08-18 16:41:43 +08:00
2014-08-18 16:41:43 +08:00
2014-08-18 16:41:43 +08:00
2014-08-18 16:41:43 +08:00
2014-08-18 16:41:43 +08:00
2014-08-18 16:41:43 +08:00
2014-08-18 16:41:43 +08:00
2014-08-18 16:41:43 +08:00
2014-05-17 02:26:50 +08:00
2014-08-18 16:41:43 +08:00
2014-08-18 16:41:43 +08:00
2014-08-18 16:41:43 +08:00
2014-08-18 16:41:43 +08:00
2014-08-18 16:41:43 +08:00
2014-08-18 16:41:43 +08:00
2014-08-18 16:41:43 +08:00
2014-08-20 11:54:25 +08:00
2014-08-18 16:41:43 +08:00
2014-08-18 16:41:43 +08:00
2014-08-18 16:41:43 +08:00
2014-08-18 16:41:43 +08:00

beego

Build Status

beego is an open-source, high-performance, modularity, full-stack web framework.

More info beego.me

Features

  • RESTful support
  • MVC architecture
  • modularity
  • auto API documents
  • annotation router
  • namespace
  • powerful develop tools
  • full stack for web & API

Documentation

English

API

中文文档

LICENSE

beego is licensed under the Apache Licence, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html).

Description
beego mirror
Readme 9.4 MiB
Languages
Go 99.6%
Shell 0.4%