qail 0.28.0

Schema-first database toolkit - migrations, diff, lint, and query generation
Documentation
pub use qail_core::parse;
pub use qail_core::prelude;
pub use qail_core::{ast, error, parser, transpiler};

// CLI modules
pub mod backup;
pub mod branch;
pub mod colors;
pub mod exec;
pub mod init;
pub mod introspection;
pub mod lint;
pub mod migrations;
#[cfg(feature = "repl")]
pub mod repl;
pub mod resolve;
pub mod schema;
pub mod schema_tools;
pub mod shadow;
#[cfg(feature = "vector")]
pub mod snapshot;
pub mod sql_gen;
pub mod sync;
pub mod time;
pub mod types;
pub mod util;
#[cfg(feature = "vector")]
pub mod vector;
#[cfg(feature = "vector")]
pub mod worker;