good-ormning-runtime 0.2.0

Runtime code for good-ormning
Documentation
[dependencies.chrono]
optional = true
version = "0"

[dependencies.rusqlite]
optional = true
version = "0"

[dependencies.tokio-postgres]
optional = true
version = "0"

[features]
chrono = ["dep:chrono"]
default = []
pg = ["dep:tokio-postgres"]
sqlite = ["dep:rusqlite"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Runtime code for good-ormning"
edition = "2021"
homepage = "https://github.com/andrewbaxter/good-ormning"
license = "ISC"
name = "good-ormning-runtime"
readme = "readme.md"
repository = "https://github.com/andrewbaxter/good-ormning"
version = "0.2.0"

[package.metadata.docs.rs]
all-features = true