boltun icon indicating copy to clipboard operation
boltun copied to clipboard

Transforms notifications from the Postgres LISTEN/NOTIFY mechanism into callback execution

Results 2 boltun issues
Sort by recently updated
recently updated
newest added

This change allows for grater flexability in configuring the connection. Rather than having to redeclare config options explicitly, one can now defer to the config provided by Ecto. ```elixir use...

Although config by url is an Ecto specific function, parsing values from a postgres url is required in environments where these values do not exist or can change frequently. If...