The fantastic ORM library for Golang, aims to be developer friendly
Go to file
Jinzhu 284cf3f649 Change internal API 2013-10-27 07:52:04 +08:00
Guardfile Initialize the tests 2013-10-25 22:31:56 +08:00
README.md Refact tests 2013-10-27 07:38:08 +08:00
main.go Refact tests 2013-10-27 07:38:08 +08:00
model.go Fix some bugs about Update and Delete 2013-10-26 23:33:04 +08:00
orm.go Change internal API 2013-10-27 07:52:04 +08:00
orm_test.go Refact tests 2013-10-27 07:38:08 +08:00
sql.go Change internal API 2013-10-27 07:52:04 +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

  • Pluck
  • 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