Skip to content

1.3.0

Latest
Compare
Choose a tag to compare
@yss14 yss14 released this 28 Mar 08:48
· 110 commits to master since this release

Changelog:

  • introduction of postgres views support
    • View constructor function
    • IView interface
    • database schema and migration integration
  • SQL.createView and SQL.dropView functions
  • sortViewDependencies function performing a topological sort on views based on their dependencies
  • bulkPreparedStatements util function performing a bulk operation on IQuerys

Reference Implementation can be found here // TODO