A functional wrapper over ADO.NET (part 2)
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]
Submit a review:
Login required.