The fantastic ORM library for Golang, aims to be developer friendly
Go to file
Jinzhu aab4d773e4 Where In support more data types with reflect 2013-10-27 02:53:32 +08:00
Guardfile Initialize the tests 2013-10-25 22:31:56 +08:00
README.md Where In support more data types with reflect 2013-10-27 02:53:32 +08:00
main.go Fix where chain 2013-10-27 02:53:31 +08:00
model.go Fix some bugs about Update and Delete 2013-10-26 23:33:04 +08:00
orm.go Add method PrimaryKeyIsEmpty for model 2013-10-26 20:53:21 +08:00
orm_test.go Where In support more data types with reflect 2013-10-27 02:53:32 +08:00
sql.go Where In support more data types with reflect 2013-10-27 02:53:32 +08:00
sql_type.go yay, support primary key 2013-10-26 17:56:00 +08:00
utils.go Fix some bugs about Update and Delete 2013-10-26 23:33:04 +08:00

README.md

GORM

Yet Another ORM library for Go, aims for developer friendly

TODO

  • Order
  • Limit
  • Select
  • 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