storeit_sql_builder 0.1.7

SQL builder for storeit with pluggable placeholder styles and optional RETURNING support
Documentation
[dependencies.storeit_core]
package = "storeit_core"
version = "0.1"

[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.proptest]
version = "1"

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

[dev-dependencies.storeit]
package = "storeit"
version = "0.1"

[dev-dependencies.storeit_macros]
package = "storeit_macros"
version = "0.1"

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

[features]
libsql = []
libsql_returning = []
mysql_async = []
rusqlite = []
tokio_postgres = []
unstable = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "SQL builder for storeit with pluggable placeholder styles and optional RETURNING support"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "storeit_sql_builder"
readme = "README.md"
repository = "https://github.com/dahankzter/storeit-rs/"
rust-version = "1.70"
version = "0.1.7"

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