This snippet can be used to read all records from a given table and expose them as an IEnumerable
Posted: 13 years ago by Eduardo Claudio
FsSql is originally here: https://github.com/mausch/FsSql and better sample is there too but I just want to share it.
2 people like thisPosted: 12 years ago by Ash Harley
Easy database access.
9 people like thisPosted: 11 years ago by igeta
A small sample how to use F# 3.0 Entity Framework (EF) Type Provider. Visual Studio 11 Beta (and Northwind sample database) needed.
5 people like thisPosted: 12 years ago by Tuomas Hietanen
The example shows how to extend F# 3.0 'query' builder with a new custom operation that will work with standard lists, but also with queries that are translated using LINQ expressiont trees (such as databases).
12 people like thisPosted: 11 years ago by Tomas Petricek
Basic wrapper for storing and reading documents from MongoDB with the official .NET driver.
5 people like thisPosted: 4 years ago by Elliot V. Brown