sz-orm-sql-validator 1.0.0

Runtime SQL validation: SELECT-only, injection detection, type checking
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "sz-orm-sql-validator"
description = "Runtime SQL validation: SELECT-only, injection detection, type checking"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true

[dependencies]
thiserror.workspace = true

[lib]
name = "sz_orm_sql_validator"
path = "src/lib.rs"