| Crates.io | sqlx_clean_querybuilder |
| lib.rs | sqlx_clean_querybuilder |
| version | 0.1.7 |
| created_at | 2025-08-31 19:59:34.160642+00 |
| updated_at | 2025-09-04 13:04:31.116077+00 |
| description | Simple, clean querybuidler for sqlx! |
| homepage | |
| repository | https://github.com/this-ILECY/sqlx-clean-querybuilder |
| max_upload_size | |
| id | 1818868 |
| size | 14,860 |
A lightweight, ergonomic, and type-safe SQL query builder tailored for use with SQLx, the async Rust SQL toolkit.
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.
Add this crate as a dependency in your Cargo.toml:
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
This project is licensed under the MIT License.
Created by ILECY team, Amirhosein Mardani - this.ilecy@gmail.com
Project Link: https://github.com/this-ILECY/sqlx-clean-querybuilder