Anthony Messina 9e1ff4488a all: updated FSF address in GPL text пре 11 година
..
schema c47d39153c modules/lcr: Add support for R-URI matching. пре 13 година
Makefile 5aad472229 Fixing relative paths to SER headers. пре 16 година
README 569bf0016d SER 2.0 database api moved to lib/srdb2. пре 16 година
db.c 9e1ff4488a all: updated FSF address in GPL text пре 11 година
db.h 9e1ff4488a all: updated FSF address in GPL text пре 11 година
db_cmd.c 9e1ff4488a all: updated FSF address in GPL text пре 11 година
db_cmd.h 9e1ff4488a all: updated FSF address in GPL text пре 11 година
db_con.c 9e1ff4488a all: updated FSF address in GPL text пре 11 година
db_con.h 9e1ff4488a all: updated FSF address in GPL text пре 11 година
db_ctx.c 9e1ff4488a all: updated FSF address in GPL text пре 11 година
db_ctx.h 9e1ff4488a all: updated FSF address in GPL text пре 11 година
db_drv.c 9e1ff4488a all: updated FSF address in GPL text пре 11 година
db_drv.h 9e1ff4488a all: updated FSF address in GPL text пре 11 година
db_fld.c 9e1ff4488a all: updated FSF address in GPL text пре 11 година
db_fld.h 9e1ff4488a all: updated FSF address in GPL text пре 11 година
db_gen.c 9e1ff4488a all: updated FSF address in GPL text пре 11 година
db_gen.h 9e1ff4488a all: updated FSF address in GPL text пре 11 година
db_pool.c 9e1ff4488a all: updated FSF address in GPL text пре 11 година
db_pool.h 9e1ff4488a all: updated FSF address in GPL text пре 11 година
db_rec.c 9e1ff4488a all: updated FSF address in GPL text пре 11 година
db_rec.h 9e1ff4488a all: updated FSF address in GPL text пре 11 година
db_res.c 9e1ff4488a all: updated FSF address in GPL text пре 11 година
db_res.h 9e1ff4488a all: updated FSF address in GPL text пре 11 година
db_uri.c 9e1ff4488a all: updated FSF address in GPL text пре 11 година
db_uri.h 9e1ff4488a all: updated FSF address in GPL text пре 11 година

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.