mirror of https://github.com/go-gorm/gorm.git
605 B
605 B
GORM
Yet Another ORM library for Go, aims for developer friendly
TODO
- Update
- Delete
- Complex where query (= / > / < / <> / in)
- Order
- Limit
- Select
- Offset
- Or query
- Not query
- Even more complex where query (with map or struct)
- ORM.Errors
- Better First method (First(&user, primary_key, where conditions))
- Soft Delete
- After/Before Save/Update/Create/Delete
- CreatedAt, UpdatedAt
- FindOrInitialize / FindOrCreate
- SQL Log
- Auto Migration
- Index, Unique, Valiations
Author
Jinzhu