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 willl match an input YAML/JSON specification
  • Generates an augmented YAML description of a PostgreSQL database from its catalogs and an augmentation specification.
  • (planned) Generates a flexible web application to update PostgreSQL tables

Requirements

  • PostgreSQL 8.4 or higher
  • Python 2.6 or higher
  • argparse, if running under Python 2.6
  • (planned) Werkzeug
  • (planned) Jinja2

API Reference

Currently, the only external APIs are the classes DbConnection and Database and the methods to_map() and diff_map() of the latter. Other classes and methods are documented mainly for developer use.

Indices and tables

Table Of Contents

Next topic

Overview

This Page