View Source Electric.Replication.Eval.KnownDefinition (electric v0.9.5)

Special module to be use-d to define translation of PostgreSQL operators and functions into Elixir calls.

Summary

Functions

Link to this macro

before_compile(env)

View Source (macro)
Link to this macro

defcompare(datatype, opts)

View Source (macro)
Link to this macro

defpostgres(operator_or_func, opts, do_block \\ [])

View Source (macro)

Define a postgres operator or function and it's implementation in Elixir.