Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ indent_size = 2
[*.{sh,sql,md}]
indent_style = space
indent_size = 4

[*.md]
trim_trailing_whitespace = false
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Принудительно LF для всех текстовых файлов
* text eol=lf
* text=auto eol=lf

# Настройки для специфичных типов
*.bat text eol=crlf
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ COMPOSE_UI = $(COMPOSE) --profile ui

MYSQL_SAMPLES_TMP_DIR := .tmp/mysql-samples
SAKILA_URL := https://downloads.mysql.com/docs/sakila-db.zip
SAKILA_SHA256 := c2ecb3dec28d752241ccfca02974ba970de3c3fc5d98887fd3f9d5843f946672
SAKILA_SHA256 := 86c6e32c9b3f382fa709019a76c41cc1cd826368dd048f7b7323aaef5af968f4
POSTGRES_SAMPLES_TMP_DIR := .tmp/postgres-samples
PAGILA_REF := 5ba5a57aeb159f75f02aca2432d3c262186d13d3
PAGILA_BASE_URL := https://raw.githubusercontent.com/devrimgunduz/pagila/$(PAGILA_REF)
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Docker SQL Lab

[![Source Code](https://img.shields.io/badge/source-yaleksandr89%2Fdocker--sql--lab-blue.svg?style=flat-square)](https://github.com/yaleksandr89/docker-sql-lab)
[![SQL Lab Check](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/sql-lab-check.yml/badge.svg)](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/sql-lab-check.yml)
[![MySQL Check](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/mysql-check.yml/badge.svg)](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/mysql-check.yml)
[![PostgreSQL Check](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/postgres-check.yml/badge.svg)](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/postgres-check.yml)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)

<p align="center">
<img
src="docs/assets/docker-sql-lab-cover.png"
Expand All @@ -6,8 +14,6 @@
>
</p>

# Docker SQL Lab

## Выберите язык

| Русский | English | Español | 中文 | Français | Deutsch |
Expand Down
2 changes: 1 addition & 1 deletion THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ SOFTWARE.
- Official archive:
`https://downloads.mysql.com/docs/sakila-db.zip`
- Verified archive SHA-256:
`c2ecb3dec28d752241ccfca02974ba970de3c3fc5d98887fd3f9d5843f946672`
`86c6e32c9b3f382fa709019a76c41cc1cd826368dd048f7b7323aaef5af968f4`
- Files used:
- `sakila-schema.sql`
- `sakila-data.sql`
Expand Down
10 changes: 8 additions & 2 deletions docs/langs/README_de.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Docker SQL Lab

[![Source Code](https://img.shields.io/badge/source-yaleksandr89%2Fdocker--sql--lab-blue.svg?style=flat-square)](https://github.com/yaleksandr89/docker-sql-lab)
[![SQL Lab Check](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/sql-lab-check.yml/badge.svg)](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/sql-lab-check.yml)
[![MySQL Check](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/mysql-check.yml/badge.svg)](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/mysql-check.yml)
[![PostgreSQL Check](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/postgres-check.yml/badge.svg)](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/postgres-check.yml)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](../../LICENSE.md)

<p align="center">
<img
src="../assets/docker-sql-lab-cover.png"
Expand All @@ -6,8 +14,6 @@
>
</p>

# Docker SQL Lab

## Sprache auswählen

| Русский | English | Español | 中文 | Français | Deutsch |
Expand Down
10 changes: 8 additions & 2 deletions docs/langs/README_en.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Docker SQL Lab

[![Source Code](https://img.shields.io/badge/source-yaleksandr89%2Fdocker--sql--lab-blue.svg?style=flat-square)](https://github.com/yaleksandr89/docker-sql-lab)
[![SQL Lab Check](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/sql-lab-check.yml/badge.svg)](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/sql-lab-check.yml)
[![MySQL Check](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/mysql-check.yml/badge.svg)](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/mysql-check.yml)
[![PostgreSQL Check](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/postgres-check.yml/badge.svg)](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/postgres-check.yml)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](../../LICENSE.md)

<p align="center">
<img
src="../assets/docker-sql-lab-cover.png"
Expand All @@ -6,8 +14,6 @@
>
</p>

# Docker SQL Lab

## Choose a language

| Русский | English | Español | 中文 | Français | Deutsch |
Expand Down
10 changes: 8 additions & 2 deletions docs/langs/README_es.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Docker SQL Lab

[![Source Code](https://img.shields.io/badge/source-yaleksandr89%2Fdocker--sql--lab-blue.svg?style=flat-square)](https://github.com/yaleksandr89/docker-sql-lab)
[![SQL Lab Check](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/sql-lab-check.yml/badge.svg)](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/sql-lab-check.yml)
[![MySQL Check](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/mysql-check.yml/badge.svg)](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/mysql-check.yml)
[![PostgreSQL Check](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/postgres-check.yml/badge.svg)](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/postgres-check.yml)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](../../LICENSE.md)

<p align="center">
<img
src="../assets/docker-sql-lab-cover.png"
Expand All @@ -6,8 +14,6 @@
>
</p>

# Docker SQL Lab

## Elija un idioma

| Русский | English | Español | 中文 | Français | Deutsch |
Expand Down
10 changes: 8 additions & 2 deletions docs/langs/README_fr.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Docker SQL Lab

[![Source Code](https://img.shields.io/badge/source-yaleksandr89%2Fdocker--sql--lab-blue.svg?style=flat-square)](https://github.com/yaleksandr89/docker-sql-lab)
[![SQL Lab Check](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/sql-lab-check.yml/badge.svg)](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/sql-lab-check.yml)
[![MySQL Check](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/mysql-check.yml/badge.svg)](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/mysql-check.yml)
[![PostgreSQL Check](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/postgres-check.yml/badge.svg)](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/postgres-check.yml)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](../../LICENSE.md)

<p align="center">
<img
src="../assets/docker-sql-lab-cover.png"
Expand All @@ -6,8 +14,6 @@
>
</p>

# Docker SQL Lab

## Choisissez une langue

| Русский | English | Español | 中文 | Français | Deutsch |
Expand Down
10 changes: 8 additions & 2 deletions docs/langs/README_zh.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Docker SQL Lab

[![Source Code](https://img.shields.io/badge/source-yaleksandr89%2Fdocker--sql--lab-blue.svg?style=flat-square)](https://github.com/yaleksandr89/docker-sql-lab)
[![SQL Lab Check](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/sql-lab-check.yml/badge.svg)](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/sql-lab-check.yml)
[![MySQL Check](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/mysql-check.yml/badge.svg)](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/mysql-check.yml)
[![PostgreSQL Check](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/postgres-check.yml/badge.svg)](https://github.com/yaleksandr89/docker-sql-lab/actions/workflows/postgres-check.yml)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](../../LICENSE.md)

<p align="center">
<img
src="../assets/docker-sql-lab-cover.png"
Expand All @@ -6,8 +14,6 @@
>
</p>

# Docker SQL Lab

## 选择语言

| Русский | English | Español | 中文 | Français | Deutsch |
Expand Down