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.
beego
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
LICENSE
beego is licensed under the Apache Licence, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html).
Description
Languages
Go
99.6%
Shell
0.4%