Release: tcm2sql 0.9.2
tcm2sql is a tool for generating SQL statements from a TCM static structure diagram (SSD).
tcm2sql is a tool for generating SQL "CREATE" statements from a tcm static structure diagram (SSD) including constraints and foreign keys. It is also possible to diff two diagrams to update a database's structure.
Changes between 0.9.1 and 0.9.2:
- Restructured renderer classes to make it easier to write renderers for other database managenemt systems.
- Better handling for serials and bigserials: Now they are always written as integer with default + creation of sequence. (This makes updating of tables possible which have serial columns.)
- Added commandline option --no_views to not generate views for the tables.
- Made usage help a bit nicer.
Location:
- via FTP: tcm2sql-0.9.2.tar.gz