Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
<!--lint disable double-link -->
- [Expecto](https://github.com/haf/expecto) - Smooth testing framework for F# with tests-as-values and parallelism by default.
Expand Down
Loading