Mondocks VS Donald

Compare Mondocks vs Donald and see what are their differences.

Mondocks

An alternative way to interact with MongoDB databases from F# that allows you to use mongo-idiomatic constructs (by AngelMunoz)

Donald

A lightweight, generic F# database abstraction. (by pimbrouwers)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Mondocks Donald
1 4
44 165
- -
3.7 5.7
7 months ago 24 days ago
F# F#
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Mondocks

Posts with mentions or reviews of Mondocks. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-12.

Donald

Posts with mentions or reviews of Donald. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-03.
  • No pure fsharp orm?
    3 projects | /r/fsharp | 3 May 2023
    There’s Donald too https://github.com/pimbrouwers/Donald
  • Best practices F# API?
    6 projects | /r/fsharp | 9 Mar 2022
  • Data Access in Fsharp
    8 projects | dev.to | 12 Nov 2021
    They are slightly different and depending on your background one might feel more confortable than the other Feel free to choose the one you like the best, in my case I will continue the rest of the post with the Expression based one given that we already have some expression based code from Dapper.FSharp. Previously we added some authors, let'ts try to add Posts to those authors with Donald.
  • Recommended libraries / frameworks for web services
    6 projects | /r/fsharp | 29 Apr 2021
    I'm mostly looking for a few things: - web framework (when will Giraffe 5.0 get officially released ? What about Falco ?) - data access (I've seen Npgsql.Fsharp, any experience with it ? Donald ? Does Dapper play well with F# ?) - Json Serialization (I think one between Fsharp.Data and System.Text.Json will work)

What are some alternatives?

When comparing Mondocks and Donald you can also consider the following projects:

FSharpPlus - Extensions for F#

FSharp.Data.Npgsql - F# type providers to support statically typed access to input parameters and result set of sql statement in idiomatic F# way. Data modifications via statically typed tables.