Skip to content

Add Fyper — type-safe Cypher query builder for graph databases#213

Open
Neftedollar wants to merge 1 commit intofsprojects:mainfrom
Neftedollar:add-fyper
Open

Add Fyper — type-safe Cypher query builder for graph databases#213
Neftedollar wants to merge 1 commit intofsprojects:mainfrom
Neftedollar:add-fyper

Conversation

@Neftedollar
Copy link
Copy Markdown
Contributor

What

Add Fyper to a new Database section.

Why

Fyper is a type-safe Cypher query builder for F# — the first production-ready F# library for graph database queries. It uses computation expressions with auto-quotation to compile F# code into parameterized Cypher strings at construction time.

  • Supports Neo4j (Bolt) and Apache AGE (PostgreSQL)
  • Zero dependencies in core library (FSharp.Core only)
  • Includes a zero-dependency Cypher parser
  • 250 tests, published on NuGet

Previous attempts (FSharp.Data.Cypher, Neo4j.FSharp) are abandoned. Fyper fills the gap for F# developers working with graph databases.

Links

@ForNeVeR ForNeVeR added the incubating For projects that are in development. We are happy to include them when they have more users. label Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

incubating For projects that are in development. We are happy to include them when they have more users.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants