sea-schema VS sqlx

Compare sea-schema vs sqlx and see what are their differences.

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)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
sea-schema sqlx
5 144
168 11,822
6.5% 4.0%
7.8 9.2
27 days ago about 11 hours ago
Rust Rust
Apache License 2.0 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.

sea-schema

Posts with mentions or reviews of sea-schema. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-29.
  • Celebrating 3,000+ GitHub Stars 🎉
    4 projects | dev.to | 29 Aug 2022
    SeaQL.org was founded back in 2020. We devoted ourselves into developing open source libraries that help Rust developers to build data intensive applications. In the past two years, we published and maintained four open source libraries: SeaQuery, SeaSchema, SeaORM and StarfishQL. Each library is designed to fill a niche in the Rust ecosystem, and they are made to play well with other Rust libraries.
  • What's new in SeaORM 0.9.0
    6 projects | dev.to | 18 Jul 2022
    Upgrade sea-schema to 0.9
  • Introducing StarfishQL - visualizing the dependency network on crates.io
    4 projects | /r/rust | 4 Apr 2022
    As the new member of the SeaQL family, it's a stellar example of what could be done with Rust and the SeaORM / SeaQuery / SeaSchema suite of tools. We couldn't be more excited to see applications being built on Rust and the SeaQL ecosystem!
  • SeaORM in GSoC 2022
    3 projects | /r/rust | 8 Mar 2022
    The second piece of tool is SeaSchema, a schema manager that allows you to discover and manipulate database schema. The type definition of the schema is database-specific and thus reflecting the features of MySQL, Postgres and SQLite tightly.
  • Introducing SeaORM - 🐚 An async & dynamic ORM for Rust
    8 projects | /r/rust | 26 Sep 2021

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 sea-schema and sqlx you can also consider the following projects:

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

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

summer-of-code - Internship experience tailored for university students

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

rust-postgis - postgis helper library.

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

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

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

metrics

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