SeaQuery is a query builder to help you construct dynamic SQL queries in Rust. You can construct expressions, queries and schema as abstract syntax trees using an ergonomic API. We support MySQL, Postgres and SQLite behind a common interface that aligns their behavior where appropriate.

Features

  • Type-safe SQL query construction
  • Fluent API for building complex queries
  • Support for multiple database backends
  • Parameter binding to prevent SQL injection
  • Cross-platform compatibility with Rust
  • Integration with SeaORM for full ORM support

Project Samples

Project Activity

See All Activity >