pgcrab 0.2.0

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

pub mod config;
pub mod doc;
pub mod lint;