The fantastic ORM library for Golang, aims to be developer friendly
Go to file
Jinzhu f9658716e4 Fix error for chain query 2013-10-27 16:47:02 +08:00
Guardfile Initialize the tests 2013-10-25 22:31:56 +08:00
README.md Fix error for chain query 2013-10-27 16:47:02 +08:00
main.go Refact main.go 2013-10-27 08:06:01 +08:00
model.go Yay, callbacks works 2013-10-27 15:24:01 +08:00
orm.go Fix error for chain query 2013-10-27 16:47:02 +08:00
orm_test.go Fix error for chain query 2013-10-27 16:47:02 +08:00
sql.go Add tests for callbacks 2013-10-27 16:08:07 +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

  • Better First method (First(&user, primary_key, where conditions))
  • Update, Updates
  • Soft Delete
  • Even more complex where query (with map or struct)
  • FindOrInitialize / FindOrCreate
  • SQL Log
  • Auto Migration
  • Index, Unique, Valiations

Author

Jinzhu