Difference between revisions of "SQWareRepository:general"

From Wiki_dbSQWare
Jump to: navigation, search
(Presentation)
(Presentation)
Line 1: Line 1:
 
== Presentation ==
 
== Presentation ==
SQWareRepository™, also known technically as SQWareRepository®, is the repository module, and stores rdbms indicators.<br>
+
SQWareRepository™, also known technically as expDbDb®, is the repository module, and stores rdbms indicators.<br>
 
It manage the repository and the database indicators (this is actually a schema or database)..<br>
 
It manage the repository and the database indicators (this is actually a schema or database)..<br>
 
<br>
 
<br>

Revision as of 07:15, 28 June 2011

Presentation

SQWareRepository™, also known technically as expDbDb®, is the repository module, and stores rdbms indicators.
It manage the repository and the database indicators (this is actually a schema or database)..

This module has one part per RDBMS managed. There is no 'core' part, each type of RDBMS is independent. There is still a consistency between all these MCD, you will find for example the referential table tsqw_Repository in each.
Each scheme is managed in the same type of RDBMS that managed to avoid client deployment problem (Oracle in Oracle, Sybase, Sybase ...). One exemption is Ingres, Ingres indicators are managed in a MySql database.

Links to different plugins of SQWareRepository™ module :

Download the latest stable versions
Installation guide for SQWareRepository™

naming convention

All objects are named with prefixes:

  • tsqw_% : for tables
  • isqw_% : for index
  • isqw_%_u : for uniques
  • isqw_%_pk : for primary key


Nuvola apps important.png
Warning:
Do not change the standard tables of the tool. For your custom objects, use another name convention than dbSQWare.

This will facilitate version upgrades.