ormx 0.1.7

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

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

[dependencies.sqlx]
default-features = false
features = ["macros"]
version = "0.4.0-beta.1"
[dev-dependencies.anyhow]
version = "1"

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

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

[package]
authors = ["Moritz Bischof"]
description = "lightweight procedural macros bringing orm-like features to sqlx"
edition = "2018"
homepage = "https://github.com/NyxCode/ormx"
license = "MIT"
name = "ormx"
repository = "https://github.com/NyxCode/ormx"
version = "0.1.7"
[package.metadata.docs.rs]
features = ["_docs-rs-build"]
targets = ["x86_64-unknown-linux-gnu"]