You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/lib/srdb1/README

6 lines
387 B

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.