Skip to main content

veric_sql/
lib.rs

1//! # veric-sql
2//!
3//! SQL type analysis for Veric.
4
5/// Placeholder — real implementation coming soon.
6pub fn version() -> &'static str {
7    env!("CARGO_PKG_VERSION")
8}