mirror of https://github.com/go-gorm/gorm.git
f9658716e4 | ||
---|---|---|
Guardfile | ||
README.md | ||
main.go | ||
model.go | ||
orm.go | ||
orm_test.go | ||
sql.go | ||
sql_type.go | ||
utils.go |
README.md
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