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/srdb2
Victor Seva 7e6131e1b4
Imported Upstream version 4.3.0
10 years ago
..
schema Imported Upstream version 4.0.1 12 years ago
Makefile Imported Upstream version 4.0.1 12 years ago
README Imported Upstream version 4.0.1 12 years ago
db.c Imported Upstream version 4.3.0 10 years ago
db.h Imported Upstream version 4.3.0 10 years ago
db_cmd.c Imported Upstream version 4.3.0 10 years ago
db_cmd.h Imported Upstream version 4.3.0 10 years ago
db_con.c Imported Upstream version 4.3.0 10 years ago
db_con.h Imported Upstream version 4.3.0 10 years ago
db_ctx.c Imported Upstream version 4.3.0 10 years ago
db_ctx.h Imported Upstream version 4.3.0 10 years ago
db_drv.c Imported Upstream version 4.3.0 10 years ago
db_drv.h Imported Upstream version 4.3.0 10 years ago
db_fld.c Imported Upstream version 4.3.0 10 years ago
db_fld.h Imported Upstream version 4.3.0 10 years ago
db_gen.c Imported Upstream version 4.3.0 10 years ago
db_gen.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_rec.c Imported Upstream version 4.3.0 10 years ago
db_rec.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_uri.c Imported Upstream version 4.3.0 10 years ago
db_uri.h Imported Upstream version 4.3.0 10 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. Ser 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.