class Scenic::Adapters::Postgres

An adapter for managing Postgres views.

These methods are used internally by Scenic and are not intended for direct use. Methods that alter database schema are intended to be called via {Statements}, while {#refresh_materialized_view} is called via {Scenic.database}.

The methods are documented here for insight into specifics of how Scenic integrates with Postgres and the responsibilities of {Adapters}.