Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries. Learn more →
Sea-query Alternatives
Similar projects and alternatives to sea-query
-
-
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.
-
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)
-
-
-
-
-
Slint
Discontinued Slint is a toolkit to efficiently develop fluid graphical user interfaces for any display: embedded devices and desktop applications. We support multiple programming languages, such as Rust, C++ or JavaScript. [Moved to: https://github.com/slint-ui/slint]
-
Nutrient
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
-
-
-
-
not-yet-awesome-rust
A curated list of Rust code and resources that do NOT exist yet, but would be beneficial to the Rust community.
-
-
-
-
-
rust-embed
Rust Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
sea-query discussion
sea-query reviews and mentions
-
Rust-Query
That's my go-to! Maybe it was not super clear from my comment but I'm not using sea-query-orm but just the query builder, once the query is build you still have to feed it to sqlx (e.g [0]) :)
[0]: https://github.com/SeaQL/sea-query/blob/master/examples/sqlx...
-
Hey Rustaceans! Got a question? Ask here (8/2023)!
The main limitation of prepared statement is that you can only insert values, so you cannot dynamically construct the query depending on the parameters. For that, you can use a query builder such as sea-query, which should handle that.
-
Modern DB that works with sqlx?
I would say https://www.sea-ql.org is your best bet. It’s highly configurable and they also have tools for no bs orm and graphql! Very new, but there is 1.0 release and tonnes of documentation and cook books.
-
What's new in SeaQuery 0.28.0
[#508] Representing a identifier with &'static str. The IdenStatic trait looks like this:
-
What's new in SeaQuery 0.27.0
🎉 We are pleased to release SeaQuery 0.27.0! Here are some feature highlights 🌟:
-
Using Rust as my Backend
SeaORM or SeaQuery are also very good instead of diesel/sqlx
- Sea-query: A dynamic SQL query builder for MySQL, Postgres and SQLite
- GitHub - SeaQL/sea-query: A dynamic SQL query builder for MySQL, Postgres and SQLite
-
Celebrating 3,000+ GitHub Stars 🎉
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
Upgrade sea-query to 0.26
-
A note from our sponsor - Nutrient
www.nutrient.io | 15 Mar 2025
Stats
SeaQL/sea-query is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of sea-query is Rust.