The fantastic ORM library for Golang, aims to be developer friendly
Go to file
Jinzhu 44c53f6dd5 Refact where method 2013-10-27 12:21:44 +08:00
Guardfile Initialize the tests 2013-10-25 22:31:56 +08:00
README.md Refact where method 2013-10-27 12:21:44 +08:00
main.go Refact main.go 2013-10-27 08:06:01 +08:00
model.go Add Pluck 2013-10-27 09:32:49 +08:00
orm.go Refact where method 2013-10-27 12:21:44 +08:00
orm_test.go Refact where method 2013-10-27 12:21:44 +08:00
sql.go Refact where method 2013-10-27 12:21:44 +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

  • 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