You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: guides/data-access/index.md
+12
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,18 @@ Some resources are listed below:
46
46
It's fast, type safe and gives you all powers of SQL, no custom query language constraints you.
47
47
It's also lightweight, you need to know a general idea and few functions (and, of course SQL).
48
48
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
0 commit comments