Pyrseas 0.7.2

This Release
Pyrseas 0.7.2
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 9.0, 9.1, 9.2, 9.3 and 9.4.
Released By
jma
License
BSD
Resources
Special Files
Tags

Extensions

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

Documentation

function
Functions
cfgobjects
Augmenter Configuration Objects
dbconn
Database Connections
constraint
Constraints
cast
Casts
testing
Testing
augmentdb
Augmenter Databases
extension
Extensions
cmdargs
Common Command Line Options
operator
Operators
devel
Development
overview
Overview
foreign
Foreign Data Objects
configitems
Configuration Items
issues
Known Issues
conversion
Conversions
indexes
Indexes
dbaugment
dbaugment - Augment a database
schema
Schemas
augobjects
Augmentation Objects
dbobject
Database Objects
operclass
Operator Classes
database
Databases
rule
Rules
type
Types and Domains
collation
Collations
textsearch
Text Search Objects
trigger
Triggers
language
Procedural Languages
predefaug
Predefined Database Augmentations
eventtrig
Event Triggers
config
Configuration
index
PyrseasIndices and tables
AUTHORS
AUTHORS
install
Installation
Changelog
Changelog
operfamily
Operator Families
column
Columns
table
Tables, Views and Sequences

README

Pyrseas

https://api.travis-ci.org/perseas/Pyrseas.png?branch=master Latest PyPI version Number of PyPI downloads

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

Features

  • Outputs a YAML 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 9.0 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.