blob: cf8deccb151eb587a2a09fad461bb6b054c7b28f (
plain)
1
2
3
4
5
6
7
8
9
|
.. _hooks-cb-pgsql:
``pgsql_cb``: Configuration Backend for PostgreSQL
==================================================
This hook library works in conjunction with the ``cb_cmds`` library to
implement the API to create, read, update, and delete (CRUD) the
configuration in a PostgreSQL database. Please see :ref:`hooks-cb-cmds`
for more details.
|