[dependencies.rusqlite]
features = ["bundled"]
version = "0.37"
[dependencies.sea-query]
default-features = false
features = ["backend-sqlite", "derive"]
version = "0.32.7"
[features]
postgres-array = ["sea-query/postgres-array"]
postgres-vector = ["sea-query/postgres-vector"]
with-bigdecimal = ["sea-query/with-bigdecimal"]
with-chrono = ["rusqlite/chrono", "sea-query/with-chrono"]
with-ipnetwork = ["sea-query/with-ipnetwork"]
with-json = ["rusqlite/serde_json", "sea-query/with-json"]
with-mac_address = ["sea-query/with-mac_address"]
with-rust_decimal = ["sea-query/with-rust_decimal"]
with-time = ["rusqlite/time", "sea-query/with-time"]
with-uuid = ["rusqlite/uuid", "sea-query/with-uuid"]
[lib]
name = "sea_query_sqlite"
path = "src/lib.rs"
[package]
authors = ["yaobos@outlook.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "sea-query-rusqlite clone"
edition = "2024"
license = "MIT"
name = "sea-query-sqlite"
readme = "README.md"
repository = "https://github.com/yaobo-lab/sea-query-rusqlite.git"
version = "0.1.0"