diff options
Diffstat (limited to '')
-rw-r--r-- | doc/sphinx/arm/hooks-cb-pgsql.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/sphinx/arm/hooks-cb-pgsql.rst b/doc/sphinx/arm/hooks-cb-pgsql.rst new file mode 100644 index 0000000..cf8decc --- /dev/null +++ b/doc/sphinx/arm/hooks-cb-pgsql.rst @@ -0,0 +1,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. |