Daniel-Constantin Mierla e675f20af9 lib/srdb1: end of line after several debug messages il y a 11 ans
..
schema 7f136429e5 modules/acc: added reason_from_reason_hf module paramater il y a 11 ans
Makefile 35ba402ab2 Changed the path to ser include files. il y a 16 ans
README cf4700bc89 - renaming: openser -> kamailio il y a 17 ans
db.c 9e1ff4488a all: updated FSF address in GPL text il y a 11 ans
db.h 9e1ff4488a all: updated FSF address in GPL text il y a 11 ans
db_cap.h 9e1ff4488a all: updated FSF address in GPL text il y a 11 ans
db_con.h 9e1ff4488a all: updated FSF address in GPL text il y a 11 ans
db_id.c 9e1ff4488a all: updated FSF address in GPL text il y a 11 ans
db_id.h 9e1ff4488a all: updated FSF address in GPL text il y a 11 ans
db_key.h 9e1ff4488a all: updated FSF address in GPL text il y a 11 ans
db_locking.h 9e1ff4488a all: updated FSF address in GPL text il y a 11 ans
db_op.h 9e1ff4488a all: updated FSF address in GPL text il y a 11 ans
db_pool.c 9e1ff4488a all: updated FSF address in GPL text il y a 11 ans
db_pool.h 9e1ff4488a all: updated FSF address in GPL text il y a 11 ans
db_pooling.h 9e1ff4488a all: updated FSF address in GPL text il y a 11 ans
db_query.c 9e1ff4488a all: updated FSF address in GPL text il y a 11 ans
db_query.h 9e1ff4488a all: updated FSF address in GPL text il y a 11 ans
db_res.c fea60616b9 lib/srdb1: helper function to reallocate the index for result rows il y a 11 ans
db_res.h fea60616b9 lib/srdb1: helper function to reallocate the index for result rows il y a 11 ans
db_row.c 9e1ff4488a all: updated FSF address in GPL text il y a 11 ans
db_row.h 9e1ff4488a all: updated FSF address in GPL text il y a 11 ans
db_ut.c 9e1ff4488a all: updated FSF address in GPL text il y a 11 ans
db_ut.h 9e1ff4488a all: updated FSF address in GPL text il y a 11 ans
db_val.c e675f20af9 lib/srdb1: end of line after several debug messages il y a 11 ans
db_val.h 1378ccf131 lib/srdb1: new col type DB1_UNKNOWN il y a 11 ans

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.