uqa-engine 0.2.3

Engine: schema-aware table store, catalog restore, transactions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// Unified Query Algebra
//
// Copyright (c) 2023-2026 Cognica, Inc.
//

//! Responsibility-owned helpers for `PostgreSQL` catalog projection.

pub(super) mod acl;
pub(super) mod constraints;
mod dependencies;
pub(super) mod index_definitions;
pub(super) mod information_schema_types;
pub(super) mod oids;
pub(super) mod rows;
pub(super) mod type_metadata;
pub(super) mod views;