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
Jon Bonilla cada7f70ee
merge with upstream 3.3.2
13 years ago
..
schema merge with upstream 3.3.2 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 update to 3.3.0 from upstream 14 years ago
db.h merge with upstream 3.3.2 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_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 update to 3.3.0 from upstream 14 years ago
db_query.h update to 3.3.0 from upstream 14 years ago
db_res.c Start versioning of kamailio-3.1-sipwise in svn. 15 years ago
db_res.h Start versioning of kamailio-3.1-sipwise in svn. 15 years ago
db_row.c Start versioning of kamailio-3.1-sipwise in svn. 15 years ago
db_row.h Start versioning of kamailio-3.1-sipwise in svn. 15 years ago
db_ut.c update to 3.3.0 from upstream 14 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.