pgcrab 0.2.0

Linting and documentation generation tool for Postgres database schemas
Documentation
1
2
3
4
5
6
7
8
9
10
// SPDX-FileCopyrightText: 2025 Olivier 'reivilibre'
//
// SPDX-License-Identifier: GPL-3.0-or-later

pub mod combine;
pub mod convert;
pub mod gather_comments;
pub mod gather_database;
pub mod intermediate;
pub mod render;