From 46f6d38df162d4c1fd73226e160ea337f5ec66f8 Mon Sep 17 00:00:00 2001 From: Roman Melnikov Date: Fri, 3 Apr 2026 05:25:09 +0300 Subject: [PATCH] Add Fyper to Database section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.