blob: c652693a797f12385463b1456cdd643e4a0d1e5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
.. ischooklib:: libdhcp_pgsql_cb.so
.. _hooks-cb-pgsql:
``libdhcp_pgsql_cb.so``: Configuration Backend for PostgreSQL
=============================================================
This hook library works in conjunction with :ischooklib:`libdhcp_cb_cmds.so` 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.
.. note::
:ischooklib:`libdhcp_pgsql_cb.so` is part of the open source code and is
available to every Kea user, but it requires :ischooklib:`libdhcp_cb_cmds.so`
which is available only to ISC customers with
a paid support contract. For more information on subscription options,
please complete the form at https://www.isc.org/contact.
|