# SQLx Query Builder
A lightweight, ergonomic, and type-safe SQL query builder tailored for use with [SQLx](https://github.com/launchbadge/sqlx), the async Rust SQL toolkit.
## Overview
SQLx Query Builder helps you build dynamic SQL queries programmatically while ensuring safety and compatibility with SQLx's async database operations. This library provides an easy way to construct complex queries without manually concatenating strings or risking SQL injection.
## Features
- Safe and flexible query construction with parameter binding
- Supports conditional query building and dynamic WHERE clauses
- Seamless integration with SQLx's query execution
- Minimal dependencies and lightweight design
- Compatible with PostgreSQL, MySQL, SQLite, and MSSQL
## Getting Started
Add this crate as a dependency in your `Cargo.toml`:
## Contribution
Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/this-ILECY/sqlx-clean-querybuilder/issues).
## License
This project is licensed under the MIT License.
## Contact
Created by ILECY team, Amirhosein Mardani - [this.ilecy@gmail.com](mailto:this.ilecy@gmail.com)
Project Link: https://github.com/this-ILECY/sqlx-clean-querybuilder