demetrixbio / FSharp.Data.Npgsql

F# type providers to support statically typed access to input parameters and result set of sql statement in idiomatic F# way. Data modifications via statically typed tables.
Apache License 2.0
128 stars 15 forks source link

How to handle many to many queries, dapper "SplitOn" similar feature #99

Open jkone27 opened 3 years ago

jkone27 commented 3 years ago

https://www.learndapper.com/relationships

Was curious how is possible to handle many to many queries currently, e.g. when selecting from the many relationship table in join with the other 2, is there a way to split, so e.g. to obtain a SEQ of SEQ , e.g. something like

 splitOn: "ShopId"