Skip to content

Commit 981b16d

Browse files
authored
Merge pull request #1008 from jacentino/patch-3
Replacing SqlFun with DbFun
2 parents 63690a9 + 8a8f18d commit 981b16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/data-access/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Some resources are listed below:
4444

4545
* [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.
4646

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.
4848
It's fast, type safe and gives you all powers of SQL, no custom query language constraints you.
4949
It's also lightweight, you need to know a general idea and few functions (and, of course SQL).
5050

0 commit comments

Comments
 (0)