PGMeta is a Python library designed to simplify the management of PostgreSQL database metadata. It provides tools for generating SQL statements from JSON definitions, making it easier to create and maintain database schemas.
- Generate SQL statements for table creation and relationships
- Read JSON definition files for database structures
- Command-line interface for easy usage
- Support for custom output directories