diff --git a/README.md b/README.md index e741c65..f06930c 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ This is a curated list of awesome F# frameworks, libraries, software and resourc - [Serialization](#serialization) - [Simulation](#simulation) - [Static Site Generators](#static-site-generators) +- [Database](#database) - [Testing](#testing) - [Type Providers](#type-providers) - [Creating Type Providers](#creating-type-providers) @@ -240,6 +241,11 @@ Looking to have a more enjoyable experience when consuming a popular .NET librar - [SkunkHTML](https://github.com/mg0x7BE/skunk-html) - Markdown blog with GitHub Pages. +## Database + +- [Fyper](https://github.com/Neftedollar/fyper) - Type-safe Cypher query builder for graph databases (Neo4j, Apache AGE). Computation expressions, parameterized by default, zero dependencies. [MIT] + + ## Testing - [Expecto](https://github.com/haf/expecto) - Smooth testing framework for F# with tests-as-values and parallelism by default.