ubiquisync-sql 0.0.3

SQL primitives for Ubiquisync — structured SQL data synced over commodity cloud storage or a dedicated server.
Documentation
[package]
name = "ubiquisync-sql"
description = "SQL primitives for Ubiquisync — structured SQL data synced over commodity cloud storage or a dedicated server."
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true

[features]
# Exposes `test_support`: a backend-agnostic processor test suite the driver
# crates (ubiquisync-sqlite, ubiquisync-postgres) run against their real `Db`.
# Off by default; a driver enables it only in its `[dev-dependencies]`.
test-support = []

[dependencies]
ubiquisync-core = { workspace = true }
async-trait = { workspace = true }
blake3 = { workspace = true }
futures = { workspace = true }
thiserror = { workspace = true }

[lints]
workspace = true