skinny-orm-in-play icon indicating copy to clipboard operation
skinny-orm-in-play copied to clipboard

Example for join n-n

Open bakkujp opened this issue 10 years ago • 1 comments

I'm interesting about the skinny ORM however I am being curious in implementing a sample join n-n which nested relationships and includes paginate. Could you help me make a simple example for it ?

bakkujp avatar Jan 09 '16 01:01 bakkujp

Check some examples in ORM's test code: https://github.com/skinny-framework/skinny-framework/blob/master/orm/src/test/scala/skinny/orm/models.scala

seratch avatar Jan 09 '16 03:01 seratch