Jan Janak a3ec53a958 db operators преди 23 години
..
doc 829a01a4c5 db_query, db_delete and db_update now accept additional parameter - operator. преди 23 години
example 829a01a4c5 db_query, db_delete and db_update now accept additional parameter - operator. преди 23 години
README 10a9c5ce54 README added преди 23 години
db.c 829a01a4c5 db_query, db_delete and db_update now accept additional parameter - operator. преди 23 години
db.h 829a01a4c5 db_query, db_delete and db_update now accept additional parameter - operator. преди 23 години
db_con.h e998c34299 *** empty log message *** преди 23 години
db_key.h 7dd0b34273 GPLization banner introduced to *.[hc] files преди 23 години
db_op.h a3ec53a958 db operators преди 23 години
db_res.h 7dd0b34273 GPLization banner introduced to *.[hc] files преди 23 години
db_row.h 7dd0b34273 GPLization banner introduced to *.[hc] files преди 23 години
db_val.h e3fc93f472 - cosmetic changes (lines too long a.s.o) преди 23 години

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.