The fantastic ORM library for Golang, aims to be developer friendly
Go to file
Jinzhu 3c68efc94a Support create table with struct 2013-10-26 17:30:34 +08:00
Guardfile Initialize the tests 2013-10-25 22:31:56 +08:00
README.md Support create table with struct 2013-10-26 17:30:34 +08:00
main.go Support create table with struct 2013-10-26 17:30:34 +08:00
model.go Support create table with struct 2013-10-26 17:30:34 +08:00
orm.go Support create table with struct 2013-10-26 17:30:34 +08:00
orm_test.go Support create table with struct 2013-10-26 17:30:34 +08:00
sql.go Support create table with struct 2013-10-26 17:30:34 +08:00
sql_type.go Add SQL Types 2013-10-26 16:01:15 +08:00
utils.go Support create table with struct 2013-10-26 17:30:34 +08:00

README.md

GORM

Yet Another ORM library for Go, aims for developer friendly

TODO

  • Perimary key
  • Save and fill the record
  • Update
  • Delete
  • Complex where query (= / > / < / <> / in)
  • Order
  • Limit
  • Select
  • Offset
  • Or query
  • Not query
  • Even more complex where query (with map or struct)
  • ORM.Errors
  • Better First method (First(&user, primary_key))
  • Soft Delete
  • After/Before Save/Update/Create/Delete
  • FindOrInitialize / FindOrCreate
  • SQL Log
  • Auto Migration
  • Index, Unique, Valiations

Author

Jinzhu