Pyrseas 0.4.0

This Release
Pyrseas 0.4.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.4.0
Output PostgreSQL schemas in YAML format
yamltodb 0.4.0
Generate SQL to sync a database with a YAML schema spec

Documentation

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

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.