Skip to content

Commit cfd699c

Browse files
authored
Merge pull request #907 from AngelMunoz/patch-3
Update Data Access Page
2 parents 9538ba9 + 5acbe85 commit cfd699c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

guides/data-access/index.md

+12
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,18 @@ Some resources are listed below:
4646
It's fast, type safe and gives you all powers of SQL, no custom query language constraints you.
4747
It's also lightweight, you need to know a general idea and few functions (and, of course SQL).
4848

49+
* [RepoDB](https://github.com/mikependon/RepoDB) - RepoDB is an open-source .NET ORM library that bridges the gaps of micro-ORMs and full-ORMs. It helps you simplify the switch-over of when to use the BASIC and ADVANCE operations during the development.
50+
51+
* [DustyTables](https://github.com/Zaid-Ajaj/DustyTables) - Functional wrapper around plain old (dusty?) SqlClient to simplify data access when talking to MS Sql Server databases.
52+
53+
<br />
54+
55+
### NoSQL Data Access
56+
57+
* [MongoDB.NET](https://github.com/mongodb/mongo-csharp-driver) - The official .NET Driver for MongoDB, despite its name you can use it from F# as well.
58+
59+
* [Mondocks](https://github.com/AngelMunoz/Mondocks) - An alternative way to interact with MongoDB databases from F# that allows you to use mongo-idiomatic constructs
60+
4961
<br />
5062

5163
<div class="jumbotron visible-lg calloutBox" id="how-to-add-testimonial">

0 commit comments

Comments
 (0)