Pyrseas 0.6.0 支持附加的 DDL 特性:EXTENSIONs, COLLATIONs, OWNER information, access privileges (GRANT and REVOKE), TABLESPACEs for tables, primary keys and indexes, MATCH attributes for foreign keys, ALTER composite TYPE ADD/DROP/RENAME ATTRIBUTE, ENUMs with no labels, UNLOGGED tables, and the CREATE FUNCTION SET 配置参数,同时支持 PostgreSQL 9.2.
Pyrseas 提供了一个框架和工具用来更新和维护一个关系数据库,当前包含 dbtoyaml 工具用来创建 PostgreSQL 的表的描述信息,yamltodb 工具用来从 YAML 文档直接转成建库的 SQL 语句。
主页:http://pyrseas.projects.pgfoundry.org/
下载:http://pyrseas.readthedocs.org/en/latest/install.html#downloading
来自:开源中国社区