SeaQuery is a database agnostic runtime query builder for Rust. Questions and suggestions are welcome!

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • sea-query

    🔱 A dynamic SQL query builder for MySQL, Postgres and SQLite

  • We have the same and unified Rust internal data structure for all database engine. And with the same set of public API to construct the query. When building the query specifically for a database engine, internal data will be translated to database specific language. As an example, see here for building the MySQL select statement with limit.

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

  • If you enable that feature, it is impossible for users of your crate to disable it. Additionally, due to this, I can't just also enable the Tokio feature:

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
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