The fantastic ORM library for Golang, aims to be developer friendly
Go to file
Jinzhu f74c9015a1 Inline which condition for first/find 2013-10-27 20:54:56 +08:00
Guardfile Initialize the tests 2013-10-25 22:31:56 +08:00
README.md Inline which condition for first/find 2013-10-27 20:54:56 +08:00
chain.go Inline which condition for first/find 2013-10-27 20:54:56 +08:00
do.go Inline which condition for first/find 2013-10-27 20:54:56 +08:00
main.go Inline which condition for first/find 2013-10-27 20:54:56 +08:00
model.go Refact 2013-10-27 19:47:15 +08:00
orm_test.go Inline which condition for first/find 2013-10-27 20:54:56 +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

  • Update, Updates
  • Soft Delete
  • Even more complex where query (with map or struct)
  • FindOrInitialize / FindOrCreate
  • SQL Log
  • Auto Migration
  • Index, Unique, Valiations

Author

Jinzhu