mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 20:32:15 +00:00
13 lines
389 B
Markdown
13 lines
389 B
Markdown
# Introduction
|
|
This code aims to be based on ISO-compliant, therefore database-agnostic.
|
|
However, Data Definition Language (DDL) usually involves vendor variants.
|
|
|
|
# Setup
|
|
Create database structure: see ./structure/<VARIANT>/create.sql
|
|
Load test data: see ./test/data/load.sql
|
|
|
|
# Execution
|
|
Execute SQL script: see /code/update_quality.sql
|
|
TODO: Introduce test framework - vendor specific
|
|
|