database-reflection 0.1.4

Database reflection library. Currently supporting only MariaDB and MySQL with InnoDB.
Documentation
[badges.maintenance]
status = "actively-developed"

[dependencies.indexmap]
features = ["serde"]
version = "2"

[dependencies.serde]
features = ["derive", "rc"]
version = "1"

[dependencies.serde_json]
features = ["preserve_order"]
version = "1"

[dependencies.sqlx]
features = ["runtime-tokio-rustls"]
version = "0"

[features]
mariadb = ["sqlx/mysql"]

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

[package]
authors = ["Ivan Ganev <iganev@cytec.bg>"]
categories = ["database", "data-structures", "development-tools"]
description = "Database reflection library. Currently supporting only MariaDB and MySQL with InnoDB."
documentation = "https://docs.rs/crate/database-reflection/"
edition = "2021"
homepage = "https://github.com/iganev/database-reflection"
keywords = ["sqlx", "database", "reflection", "mysql", "mariadb"]
license = "MIT"
name = "database-reflection"
readme = "README.md"
repository = "https://github.com/iganev/database-reflection"
version = "0.1.4"