Changelog:
- introduction of postgres views support
View
constructor functionIView
interface- database schema and migration integration
SQL.createView
andSQL.dropView
functionssortViewDependencies
function performing a topological sort on views based on their dependenciesbulkPreparedStatements
util function performing a bulk operation onIQuery
s
Reference Implementation can be found here // TODO