Jan Janak 0013f9cbc5 - removed version table which is not needed anymore in 2.1 17 năm trước cách đây
..
dtd 997e7d8270 added ability to upgrade initial data in DB 19 năm trước cách đây
xsl 0013f9cbc5 - removed version table which is not needed anymore in 2.1 17 năm trước cách đây
README f1bdff1acf - README 20 năm trước cách đây

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