https://github.com/4s4v1n/studentsinfodb
Data base structure for students information project
https://github.com/4s4v1n/studentsinfodb
database plpgsql postgresql sql
Last synced: 4 months ago
JSON representation
Data base structure for students information project
- Host: GitHub
- URL: https://github.com/4s4v1n/studentsinfodb
- Owner: 4s4v1n
- License: gpl-3.0
- Created: 2023-09-05T05:34:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T08:00:37.000Z (almost 3 years ago)
- Last Synced: 2025-02-26T08:31:08.296Z (over 1 year ago)
- Topics: database, plpgsql, postgresql, sql
- Language: PLpgSQL
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StudentsInfoDB
Data base structure for students information project
## Content
The project implements a database structure with various functions, procedures and triggers.
There is also import and export to csv files.
## Structure
[diagram](https://dbdiagram.io/d/64f6d45202bd1c4a5ef99d2c)

Description of procedures, functions and triggers - is in the comments in the code itself.
1. To create a database `make create`
2. To fill a database `make fill`
3. To drop a database `make drop`
4. To create and fill a database `make`