A dynamic query builder for MySQL, Postgres, and SQLite.
# Cargo.toml
[dependencies]
sea-query = "1.0.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Build a SELECT query for MySQL.
Import the appropriate backend (e.g., `use sea_query::MysqlQueryBuilder;`) and pass it to `to_string()`.
No dependency data recorded yet.