Template:SQWareRepositoryPresSgbd: Difference between revisions

From Wiki_dbSQWare
Jump to navigation Jump to search
No edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
== présentation ==
== Presentation ==
C'est le module de gestion du référentiel et indicateurs en bdd pour {{{1}}}.<br>
It is the repository module, and stores rdbms indicators for all RDBMS.<br>
Il s'agit {{{2}}} {{{1}}}. C'est pour l'instant le seul type de SGBD supporté pour le référenciel de expdbTools® pour {{{1}}}.<br>
It is a MySQL database.<br>
Le fait de garder le couple {{{1}}} client, {{{1}}} référentiel, évite les problématique de déploiement de clients différents sur l'ensemble des machines.<br>
Objects prefix by tsqw_% or isqw_% are generic.<br>
La première table à renseignée est celle du référentiel des {{{3}}}. Il s'agit de la table tsqw_Repository qui contient les informations de base sur les {{{3}}} à gérer.<br>
Objects prefix by tsqw{{{4}}}_% or isqw{{{4}}}_% are specific for {{{1}}}.<br>
[[Installation#SQWareRepository for {{{1}}} | Installation guide for SQWareRepository for {{{1}}} ]]<br>
<br>
<br>


== naming convention ==
== Naming convention ==
All objects are named with prefixes:
All specific objects for {{{1}}} are named with prefixes:
* tsqw_% : for tables
* tsqw{{{4}}}_% : for tables
* isqw_% : for index
* isqw{{{4}}}_% : for index
* isqw_%_u : for uniques
* isqw{{{4}}}_%_u : for uniques
* isqw_%_pk : for primary key
* isqw{{{4}}}_%_pk : for primary key
<br>
<br>
{{Warning_objets}}
{{Warning_objets}}
<br>
<br>

Latest revision as of 20:15, 22 December 2017

Presentation

It is the repository module, and stores rdbms indicators for all RDBMS.
It is a MySQL database.
Objects prefix by tsqw_% or isqw_% are generic.
Objects prefix by tsqw{{{4}}}_% or isqw{{{4}}}_% are specific for {{{1}}}.
[[Installation#SQWareRepository for {{{1}}} | Installation guide for SQWareRepository for {{{1}}} ]]

Naming convention

All specific objects for {{{1}}} are named with prefixes:

  • tsqw{{{4}}}_% : for tables
  • isqw{{{4}}}_% : for index
  • isqw{{{4}}}_%_u : for uniques
  • isqw{{{4}}}_%_pk : for primary key


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.