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/doc/stylesheets/dbschema
Andreas Granig 243e32a17b
Start versioning of kamailio-3.1-sipwise in svn.
15 years ago
..
dtd Start versioning of kamailio-3.1-sipwise in svn. 15 years ago
xsl Start versioning of kamailio-3.1-sipwise in svn. 15 years ago
README Start versioning of kamailio-3.1-sipwise in svn. 15 years ago

README

SER supports multiple database servers, at the moment of writing this text
MySQL, PostgreSQL, dbtext (aka plain text files), and Oracle databases are 
supported. Maintaining database schema for each database separately would be 
tedious job, therefore SER keeps the database schema in an XML-based format 
and schema definitions for the database servers are generated automatically 
using stylesheets.

This directory contains DTD (Document Type Definition) files describing the
structure of the XML-based database description language and XSL stylesheets
used to generate database schema files for all the database servers.

  -- Jan Janak <jan@iptel.org>