A functional wrapper over ADO.NET (part 2) - DevCommunity.info


A functional wrapper over ADO.NET (part 2)

Posted by Mauricio Scheffer on October 12, 2010

In my last post I introduced the basics of FsSql, a functional wrapper over ADO.NET for F#. Any code samples in this post will use what was defined in the previous one. To recap, here are the important definitions again: let openConn() =
let conn = new System.Data.SQLite.SQLiteConnection("Data... [read more]

Rating

not rated

Reviews

There are currently no comments or reviews.

Submit a review:

Login required.