Pyrseas 0.7.3

This Release
Pyrseas 0.7.3
Date
Status
Stable
Latest Stable
Pyrseas 0.10.0 —
Other Releases
Abstract
Utilities to compare and synchronize database schemas
Description
Pyrseas provides utilities to compare the schema of a Postgres database against another, either a previously stored version or from a different database, and to synchronize the schemas. Its utilities output a database schema in YAML format suitable for committing to a version control system and read this format to generate SQL to sync to another database. Supports PostgreSQL 9.2, 9.3, 9.4, 9.5 and 9.6.
Released By
jma
License
BSD
Resources
Special Files
Tags

Extensions

dbtoyaml 0.7.3
Output PostgreSQL schemas in YAML format
yamltodb 0.7.3
Generate SQL to sync a database with a YAML schema spec

Documentation

Changelog
Changelog
table
Tables, Views and Sequences
operfamily
Operator Families
column
Columns
install
Installation
AUTHORS
AUTHORS
index
PyrseasIndices and tables
config
Configuration
language
Procedural Languages
textsearch
Text Search Objects
trigger
Triggers
predefaug
Predefined Database Augmentations
eventtrig
Event Triggers
rule
Rules
type
Types and Domains
collation
Collations
dbobject
Database Objects
operclass
Operator Classes
database
Databases
conversion
Conversions
indexes
Indexes
dbaugment
dbaugment - Augment a database
schema
Schemas
augobjects
Augmentation Objects
issues
Known Issues
foreign
Foreign Data Objects
configitems
Configuration Items
overview
Overview
cmdargs
Common Command Line Options
operator
Operators
devel
Development
cast
Casts
testing
Testing
augmentdb
Augmenter Databases
extension
Extensions
dbconn
Database Connections
constraint
Constraints
function
Functions
cfgobjects
Augmenter Configuration Objects

README

Pyrseas

https://api.travis-ci.org/perseas/Pyrseas.png?branch=master

Pyrseas provides utilities to compare the schema of a Postgres database against another, either a previously stored version or from a different database, and to synchronize the schemas.

Features

  • Outputs a YAML description of a PostgreSQL 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

Requirements

  • PostgreSQL 9.2 or higher
  • Python 2.7 or higher

License

Pyrseas is free (libre) software and is distributed under the BSD license. Please see the LICENSE file for details.