An open API service indexing awesome lists of open source software.

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

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`