Should I use diesel ORM if performance is the most important thing?

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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
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)

    Currently my favourite DB library is sqlx. Simplicity of raw queries, but safety of an orm. https://github.com/launchbadge/sqlx

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • HikariCP

    光 HikariCP・A solid, high-performance, JDBC connection pool at last.

    Whatever you choose, presuming your app is database heavy, I highly recommend spending time on DB schema design to make all queries as short as possible, avoid relying on transactions, and keep your connection pool tiny. For reference: https://github.com/brettwooldridge/HikariCP/wiki/About-Pool-Sizing

  • metrics

    Diesel maintains a set of benchmarks for several database libraries

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

  • Top 5 Snowflake Alternatives for Cost-Effective Data Warehousing

    1 project | news.ycombinator.com | 6 Sep 2024
  • Melhorando o desempenho de aplicações Spring Boot - Parte II

    2 projects | dev.to | 27 Aug 2024
  • SQL, concatenate multiple rows of strings and remove duplicates #eg27

    1 project | dev.to | 19 Aug 2024
  • SQL, output associated records having many-to-many relationship row by row #eg26

    1 project | dev.to | 15 Aug 2024
  • Hive: An Open-Source Data Warehouse Built on Apache Hadoop

    1 project | news.ycombinator.com | 13 Aug 2024

Did you konow that Java is
the 8th most popular programming language
based on number of metions?