GildedRose-Refactoring-Kata/sql
2019-12-18 21:58:10 +01:00
..
code Add SQL (without test support) 2019-12-18 21:58:10 +01:00
structure/postgreSQL Add SQL (without test support) 2019-12-18 21:58:10 +01:00
test/data Add SQL (without test support) 2019-12-18 21:58:10 +01:00
README.md Add SQL (without test support) 2019-12-18 21:58:10 +01:00

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//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