Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.
/ yuvensky-1580-1 Public archive

Website for the course "Fundamentals of Web programming"

Notifications You must be signed in to change notification settings

Yu-Leo/yuvensky-1580-1

Repository files navigation

Проект сайта в рамках курса "Основы Web-программирования"

Демо на GitHub Pages


SQLite

FOREIGN KEY

В SQLite3 по умолчанию отключена поддержка внешних ключей, команда PRAGMA позволяет включить внешние ключи в базах данных SQLite

Включение поддержки FOREIGN KEY:

PRAGMA foreign_keys=on;

Источник


Используете мой код - ставьте звёздочку ⭐️ на репозиторий

About

Website for the course "Fundamentals of Web programming"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published