Familiar.create_function

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

create_function(function_name, opts)

View Source

Creates a new database function from a function definition file.

Options:

  • :version - the version of the function to create
  • :schema - the schema to create the function in. Uses default schema if not specified