https://github.com/study-pm/mysql
МДК.11.01 Технология разработки и защиты БД
https://github.com/study-pm/mysql
mysql
Last synced: over 1 year ago
JSON representation
МДК.11.01 Технология разработки и защиты БД
- Host: GitHub
- URL: https://github.com/study-pm/mysql
- Owner: study-pm
- Created: 2024-04-09T13:56:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-25T05:38:50.000Z (over 1 year ago)
- Last Synced: 2025-01-25T06:21:37.579Z (over 1 year ago)
- Topics: mysql
- Homepage: https://e-learn.petrocollege.ru/course/view.php?id=6222
- Size: 7.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# МДК.11.01 Технология разработки и защиты БД
65f1ccf6d048d37352721344
- [Overview](#overview)
- [About this file](#about-this-file)
- [Project information](#project-information)
- [Project Structure](#project-structure)
## Overview
### About this file
The purpose of this file is to provide basic overview, setup, usage and other instructions as well as the general background information about the project.
### Project information
| | |
-- | --
**Title** | Технология разработки и защиты БД
**Url** | https://e-learn.petrocollege.ru/course/view.php?id=6222
**Released** |
**Authors** | Копец Ольга Николаевна
**Publishers** | Петровский колледж
**Catalogues** |
**Discipline** | Database Administration
**Subjects** | SQL, MySQL
### Project Structure
This section defines the general project's structure and provides a top-level file/directory layout. Some items may not be present in the actual project or listed here depending on the specific user's configuration and current project state.
```sh
.
├─<📁 .git # Version control files
├>>📁 .tmp # Temporary files
├──📁 assets # Additional value files
├─*📁 img # Binary graphics
├─*📁 res # Static resources
├──📁 samples # Usage examples
├──📁 src # Source code
├──📁 svg # Vector graphics
├──📁 wiki # Knowledge base
├── 🗎 .gitignore # VCS blob ignores
├── 🗎 notes.md # Subject information
├── 🗎 README.md # Project overview
├── 🗎 related.md # Related sources
├── 🗎 research.md # Research articles
├── 🗎 SETUP.md # Setup instructions
├─> 🗎 styles.css # Custom stylesheet
└─> 🗎 todos.md # Task list
```
- `─` denotes an item
- `<` denotes a hidden item ingored by default;
- `*` denotes an item present in the project but ignored by VCS (put in the *.gitignore* file);
- `>` denotes an item ignored locally (at specific user's project level — should be put in the *.git/info/exclude* file)
- `>>` denotes an item ignored globally (at specific user's system level — should be put in the *~/.gitignore_global* file)