derive-sql 0.5.0

Structure the interaction with SQL database - currently only SQLite via trait and a procedural macro
Documentation
[dependencies.derive-sql-sqlite]
optional = true
version = "0"
[dev-dependencies.derive-sql-sqlite]
version = "0"

[dev-dependencies.rusqlite]
features = ["chrono"]
version = "0"

[features]
sqlite = ["derive-sql-sqlite"]
with-mock = []

[lib]

[package]
description = "Structure the interaction with SQL database - currently only SQLite via trait and a procedural macro"
edition = "2021"
license = "MIT"
name = "derive-sql"
repository = "https://github.com/juliendecharentenay/derive-sql"
version = "0.5.0"