Postgrestex.insert

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

insert(req, json, options)

View Source (since 0.1.0)

Insert a row into currently selected table. Does an insert and update if upsert is set to True

Link to this function

insert(req, json, upsert \\ false, options \\ [])

View Source

Specs

insert(map(), map(), true | false, keyword()) :: map()