we-trust-sqlserver 0.0.0

Microsoft SQL Server compatibility layer for We-Trust, enabling T-SQL applications to connect to YYKV
Documentation
[package]

name = "we-trust-sqlserver"

version.workspace = true

authors.workspace = true

edition.workspace = true

license.workspace = true

repository.workspace = true

homepage.workspace = true

description = "Microsoft SQL Server compatibility layer for We-Trust, enabling T-SQL applications to connect to YYKV"

categories = ["database-implementations", "network-programming"]

keywords = ["sqlserver", "tds", "we-trust", "database"]



[dependencies]

yykv-types = { workspace = true }

yykv-executor = { workspace = true }

yykv-event = { workspace = true }

yykv-compute = { workspace = true }

bytes = { workspace = true }

tokio = { workspace = true, features = ["net", "io-util", "sync", "macros", "rt"] }

tokio-util = { workspace = true }

futures = { workspace = true }

serde = { workspace = true }

tracing = { workspace = true }

uuid = { workspace = true }

async-trait = { workspace = true }