kurtbuilds_sql_sqlx 0.25.0

Crate to create sql models from sqlx database (currently just postgres)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "kurtbuilds_sql_sqlx"
version.workspace = true
edition.workspace = true
description = "Crate to create sql models from sqlx database (currently just postgres)"
license = "MIT"
repository = "https://github.com/kurtbuilds/sql"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
kurtbuilds_sql.workspace = true
sqlx = { version = "0.8.2", features = ["runtime-tokio-rustls", "postgres"] }
anyhow.workspace = true
itertools.workspace = true