Pyrseas 0.4.1

This Release
Pyrseas 0.4.1
Date
Status
Stable
Latest Stable
Pyrseas 0.10.0 —
Other Releases
Abstract
Framework and utilities to upgrade and maintain databases
Description
Pyrseas provides a framework and utilities to upgrade and maintain a PostgreSQL database. 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 8.4, 9.0 and 9.1.
Released By
jma
License
BSD
Resources
Special Files
Tags

Extensions

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

Documentation

requires
requires
rule
Rules
schema
Schemas
index
index.rst
install
Installation
function
Functions
table
Tables, Views and Sequences
conversion
Conversions
operator
Operators
column
Columns
overview
Overview
cast
Casts
dbobject
Database Objects
entry_points
entry_points
language
Procedural Languages
constraint
Constraints
type
Types and Domains
testing
Testing
dbconn
Database Connections
trigger
Triggers
top_level
top_level
operfamily
Operator Families
operclass
Operator Classes
SOURCES
SOURCES
database
Databases
indexes
Indexes

README

Contents

=======
Pyrseas
=======

Pyrseas provides a framework and utilities to upgrade and maintain a
relational database.  Its purpose is to enhance and follow through on
the concepts of the `Andromeda Project
<http://www.andromeda-project.org/>`_.

Pyrseas currently includes the dbtoyaml utility to create a `YAML
<http://yaml.org/>`_ description of a PostgreSQL database's tables,
and the yamltodb utility to generate SQL statements to modify a
database to match an input YAML specification.

Pyrseas is distributed under the BSD license.