2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[#2403] Editorial review of documentation about hook libraries in the ARM

This commit is contained in:
Suzanne Goldlust
2022-05-11 22:05:43 +00:00
committed by Thomas Markwalder
parent f9b9c6cc8e
commit f71a698501
29 changed files with 3888 additions and 3879 deletions

View File

@@ -0,0 +1,9 @@
.. _hooks-cb-mysql:
``mysql_cb``: MySQL Configuration Backend
=========================================
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 MySQL database. Please see :ref:`hooks-cb-cmds`
for more details.