Difference between revisions of "Template:SQWareRepositoryPresSgbd"

From Wiki_dbSQWare
Jump to: navigation, search
(présentation)
(Presentation)
 
(14 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>
  
== convention de noms ==
+
== Naming convention ==
Tous les objets sont nommés avec des préfixes:
+
All specific objects for {{{1}}} are named with prefixes:
* tsqw_% : pour les tables
+
* tsqw{{{4}}}_% : for tables
* isqw_% : pour les index
+
* isqw{{{4}}}_% : for index
* isqw_%_u : pour les index uniques
+
* isqw{{{4}}}_%_u : for uniques
* isqw_%_pk : pour les primary key
+
* isqw{{{4}}}_%_pk : for primary key
 +
<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


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.