A Rust library for working with SQLx data structures.
Add this to your `Cargo.toml`:
```toml
[dependencies]
sqlx-data = "0.1.0"
```
```rust
use sqlx_data::add;
fn main() {
}
```
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.