DB
into[UserWithPosts] spread petya :: at["posts"](petyaPosts) :: HNil
транслируется в
new UserWithPosts(
id = petya.id,
name = petya.name,
posts = petyaPosts
)
Size: a a a
DB
into[UserWithPosts] spread petya :: at["posts"](petyaPosts) :: HNil
new UserWithPosts(
id = petya.id,
name = petya.name,
posts = petyaPosts
)
н
н
н
DB
н
DB
н
н
DB
DB
DB
н
G
G
н
G
н
G
н