SQLx 0.7 released! Offline mode usability improvements, performance fixes and major upgrades across the board!

This page summarizes the projects mentioned and recommended in the original post on /r/rust

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
  • 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)

  • The biggest thing to note in this release is the restructuring of the project and the removal of the MSSQL driver as it was not at the same maturity and usability level as the other drivers. As previously announced (https://github.com/launchbadge/sqlx/discussions/1616), we have plans to introduce a fully featured replacement as a premium offering, alongside drivers for other proprietary databases, with the goal to support full-time development on SQLx.

  • async-channel

    Async multi-producer multi-consumer channel

  • For example, it specifies async-channel = "1.5.1" (i.e. ^1.5.1) but that can bring in any version less than 2.0.0. The current released version of that crate is 1.8.0, which have included public-facing API additions: https://github.com/smol-rs/async-channel/blob/master/CHANGELOG.md

  • 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.

    InfluxDB logo
  • metrics

  • It's worth keeping an eye on Diesel's metrics suite (https://github.com/diesel-rs/metrics) as well; I found and fixed some suboptimal buffering that was affecting performance.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • A tale of TimescaleDB, SQLx and testing in Rust

    1 project | dev.to | 2 May 2024
  • SQLX MSSQL Connection String Problem

    1 project | /r/rust | 6 Jul 2023
  • MariaDB / SQLx - "Unknown Authentication Plugin"

    1 project | /r/rust | 19 Jun 2023
  • What do you think about macros that use remote source to calculate its result?

    1 project | /r/rust | 7 May 2023
  • Ask HN: Why is there no database with a functional query language?

    1 project | news.ycombinator.com | 19 Apr 2023