qail-core 1.2.0

AST-native query builder - type-safe expressions, zero SQL strings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Transpiler test modules.
//!
//! Tests are organized by category:
//! - `core`: Basic SELECT, UPDATE, DELETE, INSERT tests
//! - `dialects`: PostgreSQL plus 1.x dialect compatibility checks
//! - `nosql`: Qdrant transpiler tests
//! - `features`: DDL, Upsert, JSON operations, advanced features

mod core;
mod dialects;
mod features;
mod nosql;