Extensions
- augmentdb 0.9.1
- Generates an augmented YAML description of a Postgres database from its catalogs and an augmentation specification
- dbtoyaml 0.9.1
- Outputs a YAML description of a Postgres database's tables and other objects (metadata), suitable for storing in a version control repository
- yamltodb 0.9.1
- Generates SQL statements to modify a database so that it will match an input YAML/JSON specification
Documentation
- constraint
- Constraints
- dbobject
- Database Objects
- Changelog
- Changelog.rst
- install
- Installation
- collation
- Collations
- database
- Databases
- overview
- Overview
- textsearch
- Text Search Objects
- extension
- Extensions
- issues
- Known Issues
- operclass
- Operator Classes
- conversion
- Conversions
- operator
- Operators
- dbaugment
- dbaugment - Augment a database
- cfgobjects
- Augmenter Configuration Objects
- schema
- Schemas
- indexes
- Indexes
- testing
- Testing
- AUTHORS
- AUTHORS.rst
- cast
- Casts
- function
- Functions
- cmdargs
- Common Command Line Options
- language
- Procedural Languages
- eventtrig
- Event Triggers
- rule
- Rules
- trigger
- Triggers
- foreign
- Foreign Data Objects
- column
- Columns
- configitems
- Configuration Items
- augobjects
- Augmentation Objects
- index
- index.rst
- predefaug
- Predefined Database Augmentations
- operfamily
- Operator Families
- type
- Types and Domains
- table
- Tables, Views and Sequences
- devel
- Development
- config
- Configuration
README
Contents
Pyrseas

Pyrseas provides utilities to describe a PostgreSQL database schema as YAML, to verify the schema against the same or a different database and to generate SQL that will modify the schema to match the YAML description.
Features
- Outputs a YAML description of a Postgres database's tables and other objects (metadata), suitable for storing in a version control repository
- Generates SQL statements to modify a database so that it will match an input YAML/JSON specification
- Generates an augmented YAML description of a Postgres database from its catalogs and an augmentation specification.
Requirements
- PostgreSQL 9.4 or higher
- Python 2.7, 3.4 or higher
License
Pyrseas is free (libre) software and is distributed under the BSD license. Please see the LICENSE file for details.
Documentation
Please visit Read the Docs for the latest documentation.