Browse Source

db: update README describing the DB XML framework

Henning Westerholt 5 years ago
parent
commit
25e6192224
1 changed files with 5 additions and 8 deletions
  1. 5 8
      doc/stylesheets/dbschema/README

+ 5 - 8
doc/stylesheets/dbschema/README

@@ -1,12 +1,9 @@
-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.
+Kamailio supports multiple database servers in the SQL and also NoSQL area.
+Maintaining database schema for each database separately would be tedious job,
+therefore Kamailio 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 <[email protected]>