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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Some resources are listed below:
44
44
45
45
*[SqlHydra](https://github.com/JordanMarr/SqlHydra) - SqlHydra is a suite of NuGet packages for working with databases in F#. It includes a set of dotnet tools for generating types for various database providers, and a querying library that works with SQL Server, SQLite, PostgreSql, MySql, Oracle and Firebird.
46
46
47
-
*[SqlFun](https://github.com/jacentino/SqlFun) - SqlFun is a tool for writing data access code in F# functional way.
47
+
*[DbFun](https://github.com/jacentino/DbFun) - DbFun is a tool for writing data access code in F# functional way.
48
48
It's fast, type safe and gives you all powers of SQL, no custom query language constraints you.
49
49
It's also lightweight, you need to know a general idea and few functions (and, of course SQL).
0 commit comments