KeenAuthPermissions.Database.Parsers.AuthCreateOwnerParser (keen_auth_permissions v0.1.1)

This module contains functions to parse output from db's stored procedure's calls

Summary

Functions

Link to this function

parse_auth_create_owner_result(err)

@spec parse_auth_create_owner_result({:ok, Postgrex.Result.t()} | {:error, any()}) ::
  {:ok, [integer()]} | {:error, any()}
Link to this function

parse_auth_create_owner_result_row(arg1)