Initial release of diesel-async

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. metrics

    We have some benchmarks here in the main diesel repository. Results are tracked here. A short summary is that diesel-async is nearly as fast as diesel itself for those benchmarks. It outperforms other implementation like sqlx and sea-orm. I should also not that I have not put in any effort to optimize the implementation, so it might be possible to get it on par with diesel itself. Otherwise as diesel-async internally use the pure rust database connection implementations and not the c libraries some differences might be attributed to differences in that implementations as well.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. diesel

    A safe, extensible ORM and Query Builder for Rust

    We have some benchmarks here in the main diesel repository. Results are tracked here. A short summary is that diesel-async is nearly as fast as diesel itself for those benchmarks. It outperforms other implementation like sqlx and sea-orm. I should also not that I have not put in any effort to optimize the implementation, so it might be possible to get it on par with diesel itself. Otherwise as diesel-async internally use the pure rust database connection implementations and not the c libraries some differences might be attributed to differences in that implementations as well.

  4. 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)

    It has a small but rather vocal minority of users, when we proposed removing support for it from SQLx we got quite a bit of pushback: https://github.com/launchbadge/sqlx/issues/1669

  5. lettre

    a mailer library for Rust

    Example what I mean https://crates.io/crates/lettre/versions

  6. crates.io

    The Rust package registry

    Can you publish on crates.io a package without any release version, only prerelease?

  7. monoio

    Rust async runtime based on io-uring.

    100%. There are smaller executors like Monoio that are worth trying out but don't have any libraries that can support them

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

  • Why use Rust on the back end?

    6 projects | news.ycombinator.com | 20 Mar 2023
  • What's new in SeaQuery 0.27.0

    2 projects | dev.to | 9 Nov 2022
  • What are modern & stable tools & frameworks for REST API

    4 projects | /r/rust | 9 Sep 2021
  • What has been your experience creating a web app with Rust vs other languages

    6 projects | /r/rust | 16 Jan 2021
  • Show HN: Outerbase Studio – Open-Source Database GUI

    19 projects | news.ycombinator.com | 4 Dec 2024