forked from mirror/gorm
22 lines
427 B
Markdown
22 lines
427 B
Markdown
# GORM
|
|
|
|
Yet Another ORM library for Go, aims for developer friendly
|
|
|
|
## TODO
|
|
* Better First method (First(&user, primary_key, where conditions))
|
|
* Update, Updates
|
|
* Soft Delete
|
|
* Even more complex where query (with map or struct)
|
|
* FindOrInitialize / FindOrCreate
|
|
* SQL Log
|
|
* Auto Migration
|
|
* Index, Unique, Valiations
|
|
|
|
# Author
|
|
|
|
**Jinzhu**
|
|
|
|
* <http://github.com/jinzhu>
|
|
* <wosmvp@gmail.com>
|
|
* <http://twitter.com/zhangjinzhu>
|