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
Victor Seva 4a31eece25
upstream 4.0.1 version. No sipwise patches.
13 years ago
..
schema upstream 4.0.1 version. No sipwise patches. 13 years ago
Makefile Start versioning of kamailio-3.1-sipwise in svn. 15 years ago
README Start versioning of kamailio-3.1-sipwise in svn. 15 years ago
db.c upstream 4.0.1 version. No sipwise patches. 13 years ago
db.h upstream 4.0.1 version. No sipwise patches. 13 years ago
db_cap.h update to 3.3.0 from upstream 14 years ago
db_con.h Start versioning of kamailio-3.1-sipwise in svn. 15 years ago
db_id.c update to 3.3.0 from upstream 14 years ago
db_id.h merge with upstream 3.3.2 13 years ago
db_key.h Start versioning of kamailio-3.1-sipwise in svn. 15 years ago
db_locking.h upstream 4.0.1 version. No sipwise patches. 13 years ago
db_op.h update to 3.3.0 from upstream 14 years ago
db_pool.c Start versioning of kamailio-3.1-sipwise in svn. 15 years ago
db_pool.h Start versioning of kamailio-3.1-sipwise in svn. 15 years ago
db_pooling.h merge with upstream 3.3.2 13 years ago
db_query.c upstream 4.0.1 version. No sipwise patches. 13 years ago
db_query.h upstream 4.0.1 version. No sipwise patches. 13 years ago
db_res.c Start versioning of kamailio-3.1-sipwise in svn. 15 years ago
db_res.h upstream 4.0.1 version. No sipwise patches. 13 years ago
db_row.c Start versioning of kamailio-3.1-sipwise in svn. 15 years ago
db_row.h upstream 4.0.1 version. No sipwise patches. 13 years ago
db_ut.c upstream 4.0.1 version. No sipwise patches. 13 years ago
db_ut.h update to 3.3.0 from upstream 14 years ago
db_val.c Start versioning of kamailio-3.1-sipwise in svn. 15 years ago
db_val.h update to 3.3.0 from upstream 14 years ago

README

$Id$

This directory contains generic database support interface. 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.