rusticx-sql 1.0.0

Shared SQL dialect compiler (DDL + DML) for the Rusticx multi-database ORM
Documentation
[package]
name = "rusticx-sql"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
readme.workspace = true
keywords.workspace = true
categories.workspace = true
description = "Shared SQL dialect compiler (DDL + DML) for the Rusticx multi-database ORM"

[dependencies]
rusticx-core = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }