pir_pipeline.utils.sql_alchemy_view¶
This module defines functions to generate views using SQLAlchemy.
All code in this module is sourced from https://github.com/sqlalchemy/sqlalchemy/wiki/Views
Functions
|
Create a view |
|
Return true if a view does not exist |
|
Return true if a view does exist |
Classes
|
Class for creating a view |
|
Class for dropping a view |