sqlite-fast VS sqlx

Compare sqlite-fast vs sqlx and see what are their differences.

sqlite-fast

A high performance, low allocation SQLite wrapper targeting .NET Standard 2.0. (by zmj)

sqlx

🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite. (by launchbadge)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
sqlite-fast sqlx
2 145
12 11,949
- 3.4%
4.7 9.2
8 months ago 7 days ago
C# Rust
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.

sqlite-fast

Posts with mentions or reviews of sqlite-fast. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-27.
  • Is ORM still an anti-pattern?
    15 projects | news.ycombinator.com | 27 Jun 2023
    I think this is the sweet spot. Last time I worked with SQLite on .NET I wrote a wrapper library along those lines: https://github.com/zmj/sqlite-fast
  • LiteDB: A .NET embedded NoSQL database
    7 projects | news.ycombinator.com | 8 Nov 2022
    A few years ago, I needed faster SQLite interop than Microsoft.Data.Sqlite, and ended up writing my own: https://github.com/zmj/sqlite-fast

    The ergonomics could be better, but this enabled query execution to avoid heap allocations and reflection.

sqlx

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

What are some alternatives?

When comparing sqlite-fast and sqlx you can also consider the following projects:

LiteDB-Benchmark - A LiteDB benchmark with another NoSQL databases

diesel - A safe, extensible ORM and Query Builder for Rust

potygen - Postgres SQL Parser and type generator

sea-orm - 🐚 An async & dynamic ORM for Rust

sqlc - Generate type-safe code from SQL

tokio - A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...

NORM - NORM - No ORM framework

rust-postgres - Native PostgreSQL driver for the Rust programming language

LINQ to DB - Linq to database provider.

rbatis - Rust Compile Time ORM robustness,async, pure Rust Dynamic SQL

jOOQ - jOOQ is the best way to write SQL in Java

actix-web - Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.