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

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

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.