mirror of https://github.com/go-gorm/gorm.git
450 B
450 B
GORM
Yet Another ORM library for Go, aims for developer friendly
TODO
- After/Before Save/Update/Create/Delete
- Soft Delete
- Better First method (First(&user, primary_key, where conditions))
- Even more complex where query (with map or struct)
- FindOrInitialize / FindOrCreate
- SQL Log
- Auto Migration
- Index, Unique, Valiations
Author
Jinzhu