Skip to content

Commit 8a8f18d

Browse files
authored
Replacing SqlFun with DbFun
DbFun is successor of SqlFun, made by the same author, with the same design decisions in mind, but more powerful and more internally consistent.
1 parent a5f1361 commit 8a8f18d

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)