Module: kamailio Branch: master Commit: 9aedcb548037a34b61a37ebe3e9baeb9755c9c49 URL: https://github.com/kamailio/kamailio/commit/9aedcb548037a34b61a37ebe3e9baeb9755c9c49
Author: Henning Westerholt <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2018-03-14T21:29:04+01:00 lib srdb1: small fix/extension in README --- Modified: src/lib/srdb1/README --- Diff: https://github.com/kamailio/kamailio/commit/9aedcb548037a34b61a37ebe3e9baeb9755c9c49.diff Patch: https://github.com/kamailio/kamailio/commit/9aedcb548037a34b61a37ebe3e9baeb9755c9c49.patch --- diff --git a/src/lib/srdb1/README b/src/lib/srdb1/README index b710ca4065..a7f50d095b 100644 --- a/src/lib/srdb1/README +++ b/src/lib/srdb1/README @@ -1,5 +1,9 @@ This directory contains the generic database support interface - db1. The interface should be used by all modules willing to communicate with a database. Kamailio can then switch from one database to another simply by loading a different -database support module. Directory example contains a very simple example -how to use the interface. Directory doc contains the API documentation. +database support module. For documentation please have a look to doxygen +comments in the respective header files. + +The directory schema contains the XML structure for the different databases +definitions. Please use this structure, don't add SQL files for table +definitions directly. _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
