Pyrseas 0.2.0

This Release
Pyrseas 0.2.0
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.
Released By
jma
License
BSD
Resources
Special Files
Tags

Extensions

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

Documentation

schema
Schemas
table
Tables, Views and Sequences
dbconn
Database Connections
database
Databases
column
Columns
overview
Overview
index
PyrseasIndices and tables
language
Procedural Languages
dbobject
Database Objects
install
Installation
constraint
Constraints
indexes
Indexes
function
Functions

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.