sqlx-data 0.0.0

A Rust library for working with SQLx data structures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "sqlx-data"
version = "0.0.0"
edition = "2021"
description = "A Rust library for working with SQLx data structures"
license = "MIT"
repository = "https://github.com/yourusername/sqlx-data"
homepage = "https://github.com/yourusername/sqlx-data"
documentation = "https://docs.rs/sqlx-data"
keywords = ["sqlx", "database", "sql"]
categories = ["database"]
authors = ["Jose Carmo <jose.rcarmo@gmail.com>"]
readme = "README.md"

[dependencies]