README 657 B

123456789101112
  1. SER supports multiple database servers, at the moment of writing this text
  2. MySQL, PostgreSQL, dbtext (aka plain text files), and Oracle databases are
  3. supported. Maintaining database schema for each database separately would be
  4. tedious job, therefore SER keeps the database schema in an XML-based format
  5. and schema definitions for the database servers are generated automatically
  6. using stylesheets.
  7. This directory contains DTD (Document Type Definition) files describing the
  8. structure of the XML-based database description language and XSL stylesheets
  9. used to generate database schema files for all the database servers.
  10. -- Jan Janak <[email protected]>