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
Marco Capetta 488e36d358
Imported Upstream version 4.4.7
7 years ago
..
schema New upstream version 4.4.5 9 years ago
Makefile Imported Upstream version 4.0.1 12 years ago
README Imported Upstream version 4.3.0 10 years ago
db.c Imported Upstream version 4.4.7 7 years ago
db.h Imported Upstream version 4.3.0 10 years ago
db_cap.h Imported Upstream version 4.3.0 10 years ago
db_con.h Imported Upstream version 4.3.0 10 years ago
db_id.c Imported Upstream version 4.3.4 10 years ago
db_id.h Imported Upstream version 4.3.0 10 years ago
db_key.h Imported Upstream version 4.3.0 10 years ago
db_locking.h Imported Upstream version 4.3.0 10 years ago
db_op.h Imported Upstream version 4.3.0 10 years ago
db_pool.c Imported Upstream version 4.3.0 10 years ago
db_pool.h Imported Upstream version 4.3.0 10 years ago
db_pooling.h Imported Upstream version 4.3.0 10 years ago
db_query.c Imported Upstream version 4.3.0 10 years ago
db_query.h Imported Upstream version 4.3.0 10 years ago
db_res.c Imported Upstream version 4.3.0 10 years ago
db_res.h Imported Upstream version 4.3.0 10 years ago
db_row.c Imported Upstream version 4.3.0 10 years ago
db_row.h Imported Upstream version 4.3.0 10 years ago
db_ut.c New upstream version 4.4.4 9 years ago
db_ut.h Imported Upstream version 4.4.1 9 years ago
db_val.c Imported Upstream version 4.3.3 10 years ago
db_val.h Imported Upstream version 4.3.0 10 years ago

README

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.