Skip to content
jmafc edited this page Oct 19, 2011 · 3 revisions

What Next

Unsettled list of ideas on how to move forward, very roughly in potential implementation order.

  • Complete TODOs, namely:

    • constraint.py: diff_map's for CHECK, PRIMARY KEY, FOREIGN_KEY and UNIQUE constraints
    • index.py: diff_map code for changes to indexed columns
    • table.py: ClassDict.link_refs/diff_map: there can be more than one FOREIGN KEY for a given PRIMARY
  • Add support for other object types (see PostgreSQL feature list in blog post)

  • Work on initial release of appgen (CRUD data maintenance)

Clone this wiki locally