The Refinement Release

CLI bumped to v0.3.1. Core & Macro at v0.3.0.

  • Robust Syntax: Full support for inline comments (`--`, `//`) and flexible whitespace.
  • Workspace Split: Codebase refactored into `core`, `cli`, and `macro` crates.
  • Migrations: `make::` and `mod::` commands are stable.

Struct Generation

The gen::table command now outputs production-ready Rust structs with sqlx::FromRow derives.

Hello, World.

Initial release of the QAIL parser and transpiler. The journey begins.