Files

DB: The Kamailio generic database interface

This is a generic database interface for modules that need to utilize a database. More...

Files


Detailed Description

The interface should be used by all modules that access database. The interface will be independent of the underlying database server. Notes: If possible, use the predefined macros if you need to access any structure attributes. For additional description, see the comments in the sources of mysql module.

If you want to see more complicated examples of how the API could be used, take a look at the sources of the usrloc or auth modules.

Implemented modules