emqx/apps/emqx_postgresql
Thales Macedo Garitezi 3207f0ea80 fix(machine_boot): inject connector/bridge apps as dependencies to `emqx_connector` app
Fixes https://emqx.atlassian.net/browse/EMQX-11771

For the same reasons as we inject `emqx_bridge_*` applications as dependencies to
`emqx_bridge` when starting the node.  Already configured connectors are started when
`emqx_connector` application starts, and may lead to crashes and noise in the logs.  One
example is to configure a mongodb bridge and restart the node.
2024-01-22 11:13:34 -03:00
..
include chore(source dir): split out postgresql connector 2023-10-13 16:58:57 +03:00
src fix(machine_boot): inject connector/bridge apps as dependencies to `emqx_connector` app 2024-01-22 11:13:34 -03:00
test chore(source dir): split out postgresql connector 2023-10-13 16:58:57 +03:00
README.md chore(source dir): split out postgresql connector 2023-10-13 16:58:57 +03:00
docker-ct chore(source dir): split out postgresql connector 2023-10-13 16:58:57 +03:00
rebar.config style: erlfmt all `rebar.config` files and `bin/nodetool` 2023-12-29 09:08:03 +08:00

README.md

PostgreSQL Connector

This application houses the PostgreSQL Database connector. It provides the APIs to connect to PostgreSQL Databases.

It is used by the PostgreSQL bridge to insert messages and by the emqx_auth_postgresql application to check user permissions.

Contributing

Please see our contributing.md.

License

See APL.