The fantastic ORM library for Golang, aims to be developer friendly
Go to file
Jinzhu ec49f57394 Make Count works 2013-10-27 20:07:13 +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
chain.go Make Count works 2013-10-27 20:07:13 +08:00
do.go Make Count works 2013-10-27 20:07:13 +08:00
main.go Refact 2013-10-27 19:47:15 +08:00
model.go Refact 2013-10-27 19:47:15 +08:00
orm_test.go Make Count works 2013-10-27 20:07:13 +08:00
sql_type.go yay, support primary key 2013-10-26 17:56:00 +08:00
utils.go Refact 2013-10-27 19:47:15 +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