0
comment
comment
on 4/7/2015 5:41 AM
One of the attendees of my virtual F# in Finance course,
Stuart recently asked me a pretty advanced question about writing custom queries with F#, because he was
interested in writing a nicer querying library for Amazon DynamoDB (his project is here).
The DynamoDB could even be a type generated by a type provider (with all the tables available in Dynamo DB).
Now, the above example uses the built-in query builder, which is extensible, but, as far as I know, you have to
use LINQ expression trees to support i[...]