veric-sql 0.0.1

SQL type analysis for Veric — types-first static analysis for data warehouses
Documentation
1
2
3
4
5
6
7
8
//! # veric-sql
//!
//! SQL type analysis for Veric.

/// Placeholder — real implementation coming soon.
pub fn version() -> &'static str {
    env!("CARGO_PKG_VERSION")
}