Familiar.create_view

You're seeing just the function create_view, go back to Familiar module for more information.
Link to this function

create_view(view_name, opts)

View Source

Creates a new database view from a view definition file.

Options:

  • :version - the version of the view to create
  • :materialized - whether the view is materialized or not. Defaults to false.
  • :schema - the schema to create the view in. Creates in default schema if not specified