uqa-sql 0.3.0

PostgreSQL-compatible SQL compiler built on libpg_query
Documentation
//
// Unified Query Algebra
//
// Copyright (c) 2023-2026 Cognica, Inc.
//

//! SQL sequence declarations, names, and ownership binding.
pub mod actions;
pub mod definition;
pub mod implicit;
pub mod ownership;

pub mod implicit_ownership;

pub mod lifecycle;
pub mod names;

pub mod dependencies;
pub mod dependents;

pub mod owner_migration;