[package]
name = "storeit_sql_builder"
version = "0.1.7"
edition = "2021"
rust-version = "1.70"
license = "MIT OR Apache-2.0"
repository = "https://github.com/dahankzter/storeit-rs/"
description = "SQL builder for storeit with pluggable placeholder styles and optional RETURNING support"
readme = "README.md"
[dependencies]
storeit_core = { package = "storeit_core", path = "../storeit_core", version = "0.1" }
[features]
tokio_postgres = []
mysql_async = []
rusqlite = []
libsql = []
libsql_returning = []
unstable = []
[dev-dependencies]
storeit_macros = { package = "storeit_macros", path = "../storeit_macros", version = "0.1" }
storeit = { package = "storeit", path = "../storeit", version = "0.1" }
chrono = "0.4"
uuid = "1"
rust_decimal = "1"
proptest = "1"