Skip to content

Add Support for Views

Latest
Compare
Choose a tag to compare
@pmart123 pmart123 released this 26 Oct 18:09
eac03b5

Initial support to incorporate view creation and use alongside Sqlalchemy.

  • Support for View classes that emit creation/drop DDL.
  • Automatically recognize View dependencies from the selectable query that generates the view.
  • Add helper to create schemas before creating a MetaData's table objects.