gorm/README.md

31 lines
587 B
Markdown
Raw Normal View History

2013-10-25 12:24:29 +04:00
# GORM
2013-10-26 11:18:44 +04:00
Yet Another ORM library for Go, aims for developer friendly
2013-10-25 12:24:29 +04:00
2013-10-26 11:18:44 +04:00
## TODO
* Complex where query (= / > / < / <> / in)
* Order
* Limit
* Select
* Offset
* Or query
* Not query
2013-10-26 19:30:17 +04:00
* Better First method (First(&user, primary_key, where conditions))
2013-10-26 11:18:44 +04:00
* Even more complex where query (with map or struct)
* ORM.Errors
* After/Before Save/Update/Create/Delete
2013-10-26 16:20:49 +04:00
* CreatedAt, UpdatedAt
2013-10-26 19:30:17 +04:00
* Soft Delete
2013-10-26 11:18:44 +04:00
* FindOrInitialize / FindOrCreate
* SQL Log
* Auto Migration
* Index, Unique, Valiations
2013-10-25 12:24:29 +04:00
2013-10-26 11:18:44 +04:00
# Author
2013-10-25 12:24:29 +04:00
2013-10-26 11:18:44 +04:00
**Jinzhu**
2013-10-25 12:24:29 +04:00
2013-10-26 11:18:44 +04:00
* <http://github.com/jinzhu>
* <wosmvp@gmail.com>
* <http://twitter.com/zhangjinzhu>