# eSQL ![GitHub branch status](https://img.shields.io/github/checks-status/MDM23/esql/main) ![GitHub License](https://img.shields.io/github/license/MDM23/esql) ![Crates.io Version](https://img.shields.io/crates/v/esql) **E**nhanced **SQL** experience for your Rust project. The crate contains some lightweight utilities that can be used with [`tokio-postgres`](https://crates.io/crates/tokio-postgres) and [`mysql_async`](https://crates.io/crates/mysql_async). ## Dynamic SQL builder > **TODO:** documentation ## Migrations > **TODO:** documentation