Pyrseas 0.6.1

This Release
Pyrseas 0.6.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, 9.1 and9.2.
Released By
jma
License
BSD
Resources
Special Files
Tags

Extensions

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

Documentation

cmdargs
Common Command Line Options
foreign
Foreign Data Objects
column
Columns
operator
Operators
textsearch
Text Search Objects
devel
Development
requires
requires
rule
Rules
install
Installation
index
index.rst
schema
Schemas
table
Tables, Views and Sequences
conversion
Conversions
function
Functions
dbconn
Database Connections
testing
Testing
top_level
top_level
trigger
Triggers
SOURCES
SOURCES
operclass
Operator Classes
operfamily
Operator Families
indexes
Indexes
database
Databases
extension
Extensions
cast
Casts
collation
Collations
overview
Overview
dbobject
Database Objects
issues
Known Issues
entry_points
entry_points
type
Types and Domains
constraint
Constraints
language
Procedural Languages

README

Contents

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

Pyrseas provides a framework and utilities to upgrade and maintain a
PostgreSQL database.

Features
--------

- Outputs a YAML/JSON description of a PostgreSQL database's tables
  and other objects (metadata), suitable for storing in a version
  control repository

- Generates SQL statements to modify a database so that it will match
  an input YAML/JSON specification

- (planned) Generates a flexible web application to update PostgreSQL
  tables

Requirements
------------

- PostgreSQL 8.4 or higher

- Python 2.6 or higher

- (planned) Werkzeug

- (planned) Jinja2

License
-------

Pyrseas is free (libre) software and is distributed under the BSD
license.  Please see the LICENSE file for details.