tank 0.8.0

Tank (Table Abstraction and Navigation Kit): the Rust data layer. Simple and flexible ORM that allows to manage in a unified way data from different sources.
Documentation
[dependencies.tank-core]
version = "0.8.0"

[dependencies.tank-macros]
version = "0.8.0"

[dev-dependencies.indoc]
version = "2.0.6"

[dev-dependencies.rust_decimal]
version = "1.39.0"

[dev-dependencies.time]
features = ["macros", "parsing"]
version = "0.3.44"

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

[dev-dependencies.uuid]
version = "1.18.1"

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

[package]
authors = ["barsdeveloper <barsdeveloper@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Tank (Table Abstraction and Navigation Kit): the Rust data layer. Simple and flexible ORM that allows to manage in a unified way data from different sources."
edition = "2024"
license = "Apache-2.0"
name = "tank"
readme = "README.md"
repository = "https://github.com/barsdeveloper/tank"
version = "0.8.0"

[[test]]
name = "column"
path = "tests/column.rs"

[[test]]
name = "customer"
path = "tests/customer.rs"

[[test]]
name = "employee"
path = "tests/employee.rs"

[[test]]
name = "entity_odd"
path = "tests/entity_odd.rs"

[[test]]
name = "entity_simple"
path = "tests/entity_simple.rs"

[[test]]
name = "expression"
path = "tests/expression.rs"

[[test]]
name = "interval"
path = "tests/interval.rs"

[[test]]
name = "join"
path = "tests/join.rs"

[[test]]
name = "product"
path = "tests/product.rs"

[[test]]
name = "sql"
path = "tests/sql.rs"

[[test]]
name = "trade"
path = "tests/trade.rs"

[[test]]
name = "value"
path = "tests/value.rs"