gorm/README.md

27 lines
518 B
Markdown

# GORM
Yet Another ORM library for Go, aims for developer friendly
## TODO
* Offset
* Or query
* Not query
* Better First method (First(&user, primary_key, where conditions))
* Even more complex where query (with map or struct)
* ORM.Errors
* After/Before Save/Update/Create/Delete
* CreatedAt, UpdatedAt
* Soft Delete
* FindOrInitialize / FindOrCreate
* SQL Log
* Auto Migration
* Index, Unique, Valiations
# Author
**Jinzhu**
* <http://github.com/jinzhu>
* <wosmvp@gmail.com>
* <http://twitter.com/zhangjinzhu>