From 0698fa8cf4f7f8fda7e8152a309c8301dd87072f Mon Sep 17 00:00:00 2001 From: Kirill Mokevnin Date: Wed, 12 Aug 2026 12:35:59 -0400 Subject: [PATCH] docs: say what the repository is for The README opened with requirements or install steps, so a reader arriving from a lesson could set the project up without ever learning what it demonstrates or why it exists. That section is now first. Co-Authored-By: Claude Opus 5 (1M context) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 882294f..e34b988 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,14 @@ [![github action status](https://github.com/hexlet-components/pg-dump-example/workflows/Node%20CI/badge.svg)](https://github.com/hexlet-components/pg-dump-example/actions) +## Зачем это нужно + +База с реальными данными для курсов по SQL: пользователи, курсы, заказы, +сотрудники, а также схемы под разбор нормализации (1NF, 2NF, 3NF). + +Нужна, чтобы писать запросы к чему-то осмысленному, а не к таблице из трёх +строк. Разворачивается одной командой локально или в докере. + ## Requirements * Installed PostgreSQL and Git