stretchr / sdk-go

Go SDK for Stretchr platform
7 stars 1 forks source link

Add FindMany (with Queries) #1

Closed stretchr closed 11 years ago

stretchr commented 12 years ago

Add session.FindMany("people").Now() concept.

Support things like:

session.FindMany("people").PageSize(10).GetPage(2).Order("name").Now()