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

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

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.