Npgsql.FSharp VS ClosedXML.SimpleSheets

Compare Npgsql.FSharp vs ClosedXML.SimpleSheets and see what are their differences.

Npgsql.FSharp

Thin F# wrapper around Npgsql, the PostgreSQL database driver for .NET (by Zaid-Ajaj)

ClosedXML.SimpleSheets

Easily generate Excel sheets from F# (by Zaid-Ajaj)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Npgsql.FSharp ClosedXML.SimpleSheets
7 1
305 80
- -
3.1 0.0
about 1 month ago about 3 years ago
F# F#
MIT License MIT License
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.

Npgsql.FSharp

Posts with mentions or reviews of Npgsql.FSharp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-09.
  • Idiomatic way to interact with database
    2 projects | /r/fsharp | 9 Apr 2023
    When working with F#, my database layer code has always seemed ugly. It feels like functional languages don't pair well with storage. I've used F# with Dapper, EF, and Npgsql.FSharp. Although Npgsql.FSharp works well, I would still like to use something like EF since it handles inserts and updates so well.
  • Best practices F# API?
    6 projects | /r/fsharp | 9 Mar 2022
    Not a big fan of ORMs in general, I've been using https://github.com/Zaid-Ajaj/Npgsql.FSharp for postgres.
  • Data Access in Fsharp
    8 projects | dev.to | 12 Nov 2021
  • Best resources for learning F# to write boring apps?
    2 projects | /r/fsharp | 1 Oct 2021
    On Postgres, there's a decent low ceremony option by Zaid Ajaj: https://github.com/Zaid-Ajaj/Npgsql.FSharp
  • Recommended libraries / frameworks for web services
    6 projects | /r/fsharp | 29 Apr 2021
    For database, I use PostgreSQL with https://github.com/Zaid-Ajaj/Npgsql.FSharp and I like it very much. Writing the services, I do hide database operations behind interfaces like
    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)
  • Making Http Requests in F#
    6 projects | dev.to | 15 Mar 2021
    Npgsql.FSharp

ClosedXML.SimpleSheets

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

What are some alternatives?

When comparing Npgsql.FSharp and ClosedXML.SimpleSheets you can also consider the following projects:

SqlHydra - SqlHydra is a suite of NuGet packages for working with databases in F# including code generation tools and query expressions.

Dapper.FSharp - Lightweight F# extension for StackOverflow Dapper with support for MSSQL, MySQL, PostgreSQL, and SQLite

FSharp.SystemTextJson - System.Text.Json extensions for F# types

Thoth.Json.Net

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.

ply - High performance System.Threading.(Value)Task computation expressions for F#

FsHttp - A lightweight F# HTTP library by @SchlenkR and @dawedawe

Falco - A toolkit for building fast and functional-first web applications using F#.

FSharp.CosmosDb - An F# wrapper around Cosmos DB's .NET SDK to make it more friendly for F# developers