Sea-query Alternatives
Similar projects and alternatives to sea-query
-
-
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
-
SaintCoinach
A .NET library written in C# for extracting game assets and reading game assets from Final Fantasy XIV: A Realm Reborn. (by xivapi)
-
-
-
sixtyfps
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]
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
sonic
🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.
-
-
sqlx
🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, SQLite, and MSSQL. (by launchbadge)
-
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.
-
-
-
-
plotters
A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely 🦀 📈🚀
-
-
vouch-proxy
an SSO and OAuth / OIDC login solution for Nginx using the auth_request module
-
-
sea-query reviews and mentions
-
Introducing StarfishQL - visualizing the dependency network on crates.io
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
The first piece of tool we released is SeaQuery, a query builder with a fluent API. It has a simplified AST that reflects SQL syntax. It frees you from stitching strings together in case you needed to construct SQL dynamically and safely, with the advantages of Rust typings.
-
An async & dynamic ORM for Rust!
Built upon SeaQuery, SeaORM allows you to build complex queries without 'fighting the ORM'.
-
Rust and Sqlite
I wrote a first bridge for sea-query to diesel https://github.com/SeaQL/sea-query/discussions/168. With the indications of /u/weiznich I think I can make it better and probably it's own crate. Maybe even reduce the boilerplate by generating the Iden directly from the diesel schema.
-
🎉 We are pleased to release SeaORM 0.6.0! Here are some feature highlights 🌟
Related Issue & PR - https://github.com/SeaQL/sea-orm/issues/499 - https://github.com/SeaQL/sea-query/pull/256
Yeah, SeaQL aims to tackle this by providing a high level SeaORM, and help you focus on developing application logics. Or, if you just want a dynamic & minimal query builder on top of SQLx? Go with SeaQuery.
-
How to use "Dynamic mysql"?
Hi there, if you don't want to write the SQL statement in plain text you could try https://github.com/SeaQL/sea-query.
-
Introducing SeaORM - 🐚 An async & dynamic ORM for Rust
If you are already entrenched in tokio-postgres, then probably adopting SeaQuery is the best way to move forward. It probably will be a lot of effort to migrate to an ORM.
-
What libraries do you miss from other languages?
Something like https://github.com/SeaQL/sea-query ?
-
Dynamic ORDER BY in sqlx
I personally use SeaQuery in combination with SQLx when I need dynamic queries.
-
SeaQuery is a database agnostic runtime query builder for Rust. Questions and suggestions are welcome!
One example would be Sqlite does not support dropping a table column in existing table. When user try to construct such query for Sqlite, it will cause a panic!(). See the source code here.
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.
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.
Popular Comparisons
Are you hiring? Post a new remote job listing for free.