Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today. Learn more →
Sea-query Alternatives
Similar projects and alternatives to sea-query
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
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)
-
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
SaintCoinach
A .NET library written in C# for extracting game assets and reading game assets from Final Fantasy XIV: A Realm Reborn. (by xivapi)
-
sonic
🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.
-
-
zero-to-production
Code for "Zero To Production In Rust", a book on API development using Rust.
-
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.
-
-
miniserve
🌟 For when you really just want to serve some files over HTTP right now!
-
-
-
Slint
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]
-
-
vouch-proxy
an SSO and OAuth / OIDC login solution for Nginx using the auth_request module
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
sea-query reviews and mentions
-
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.
-
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
-
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
-
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
-
A note from our sponsor - SonarLint
www.sonarlint.org | 24 Sep 2023
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.