v1.2.2
This release fixes bugs related to F# compatibility with options and anonymous types.
Added
- (#46) Added new
Query*
methods that accept an anonymous type for query arguments, ex:await client.QueryAsync("select <str>$arg", new { arg = "My anonymous-type argument" });
- (#60) Added support for database config in project metadata.