| Crates.io | sqlx-data |
| lib.rs | sqlx-data |
| version | 0.0.0 |
| created_at | 2025-12-12 06:04:40.470704+00 |
| updated_at | 2025-12-12 06:04:40.470704+00 |
| description | A Rust library for working with SQLx data structures |
| homepage | https://github.com/yourusername/sqlx-data |
| repository | https://github.com/yourusername/sqlx-data |
| max_upload_size | |
| id | 1981043 |
| size | 3,385 |
A Rust library for working with SQLx data structures.
Add this to your Cargo.toml:
[dependencies]
sqlx-data = "0.1.0"
use sqlx_data::add;
fn main() {
let result = add(2, 2);
println!("Result: {}", result);
}
This project is licensed under the MIT License - see the LICENSE file for details.