Brook.Storage.Postgres.Query.postgres_insert_event
You're seeing just the function
postgres_insert_event
, go back to Brook.Storage.Postgres.Query module for more information.
Link to this function
postgres_insert_event(conn, events_table, collection, key, type, timestamp, event)
View SourceSpecs
postgres_insert_event( conn(), schema_table(), Brook.view_collection(), Brook.view_key(), Brook.event_type(), timestamp(), event() ) :: :ok | {:error, Brook.reason()}