• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..15-Apr-2021-

schema/H15-Apr-2021-9,2517,950

MakefileH A D15-Apr-2021122 108

READMEH A D15-Apr-2021523 108

db.cH A D15-Apr-202114 KiB558364

db.hH A D15-Apr-202123.7 KiB59692

db_cap.hH A D15-Apr-20212.8 KiB6918

db_con.hH A D15-Apr-20211.8 KiB5613

db_id.cH A D15-Apr-20218.8 KiB399283

db_id.hH A D15-Apr-20212.2 KiB7419

db_key.hH A D15-Apr-20211.2 KiB425

db_locking.hH A D15-Apr-20211 KiB388

db_op.hH A D15-Apr-20211.4 KiB5411

db_pool.cH A D15-Apr-20212.6 KiB12153

db_pool.hH A D15-Apr-20212.4 KiB8213

db_pooling.hH A D15-Apr-20211.1 KiB407

db_query.cH A D15-Apr-202114.8 KiB529403

db_query.hH A D15-Apr-202110.6 KiB24341

db_res.cH A D15-Apr-20215 KiB226142

db_res.hH A D15-Apr-20214.7 KiB14836

db_row.cH A D15-Apr-20213.4 KiB12565

db_row.hH A D15-Apr-20212.3 KiB7513

db_ut.cH A D15-Apr-202112.5 KiB626427

db_ut.hH A D15-Apr-20216.8 KiB24429

db_val.cH A D15-Apr-20217.5 KiB312227

db_val.hH A D15-Apr-20217.1 KiB21452

README

1This directory contains the generic database support interface - db1. The interface
2should be used by all modules willing to communicate with a database. Kamailio
3can then switch from one database to another simply by loading a different
4database support module. For documentation please have a look to doxygen
5comments in the respective header files.
6
7The directory schema contains the XML structure for the different databases
8definitions. Please use this structure, don't add SQL files for table
9definitions directly.
10