Jiang Le 00171b6f97 Update associations.md
Many to many association
should use
```
db.Model(&user).Related(&languages, "Languages") 
```
instead of
```
db.Model(&user).Related(&languages)
```
http://stackoverflow.com/questions/34667199/gorm-many-to-many-select-gives-invalid-association-error
2016-10-10 16:31:00 +08:00
2016-02-28 18:07:46 +08:00
2016-10-10 16:31:00 +08:00
2016-03-28 10:40:33 +08:00
2016-02-21 12:51:35 +08:00
2016-08-16 16:59:30 +08:00
2016-08-16 16:59:30 +08:00
2016-02-29 21:35:41 +08:00
2016-08-16 16:59:30 +08:00
2016-08-16 16:59:30 +08:00
2016-08-16 16:59:30 +08:00
2016-08-16 16:59:30 +08:00
2016-08-16 16:59:30 +08:00
2016-08-16 16:59:30 +08:00
2016-02-26 21:58:36 +08:00
2016-08-16 16:59:30 +08:00
2016-03-08 23:15:08 +08:00
2016-08-16 16:59:30 +08:00
Description
The fantastic ORM library for Golang, aims to be developer friendly
Languages
Go 99.9%
Shell 0.1%