qail-core 0.27.8

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`: SQL dialect-specific tests (MySQL, SQLite, Oracle, etc.)
//! - `nosql`: NoSQL transpiler tests (MongoDB, DynamoDB, etc.)
//! - `features`: DDL, Upsert, JSON operations, advanced features

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