ormx 0.11.0

lightweight procedural macros bringing orm-like features to sqlx
Documentation
[dependencies.futures]
version = "0.3"

[dependencies.ormx-macros]
version = "=0.11.0"

[dependencies.sqlx]
default-features = false
features = ["macros"]
version = "0.8"

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.tokio]
features = ["full"]
version = "1.1"

[features]
_docs-rs-build = ["sqlx/runtime-tokio-rustls", "postgres"]
mariadb = ["sqlx/mysql", "ormx-macros/mariadb"]
mysql = ["sqlx/mysql", "ormx-macros/mysql"]
postgres = ["sqlx/postgres", "ormx-macros/postgres"]
sqlite = ["sqlx/sqlite", "ormx-macros/sqlite"]

[lib]
name = "ormx"
path = "src/lib.rs"

[package]
authors = ["Moritz Bischof"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "lightweight procedural macros bringing orm-like features to sqlx"
edition = "2021"
homepage = "https://github.com/NyxCode/ormx"
license = "MIT"
name = "ormx"
readme = "README.md"
repository = "https://github.com/NyxCode/ormx"
version = "0.11.0"

[package.metadata.docs.rs]
features = ["_docs-rs-build"]
targets = ["x86_64-unknown-linux-gnu"]