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

https://github.com/tanuj-maheshwari/aims

Academic Information Management System. Multi User database for an academic institute with various constraints generally present in an institute. Implemented using stored procedures and triggers in PLPGSQL.
https://github.com/tanuj-maheshwari/aims

plpgsql postgresql sql

Last synced: 4 months ago
JSON representation

Academic Information Management System. Multi User database for an academic institute with various constraints generally present in an institute. Implemented using stored procedures and triggers in PLPGSQL.

Awesome Lists containing this project

README

          

# Academic Information Management System
This project implements Academic Information Management System, using stored procedures and triggers in PL/PgSQL.

upload the commands from files in order specified in sequence.txt

Each student has a role with login id _{Entry Number} and password Entry Number. \
For Eg: Student with Entry Number 2019CSB2000 will have role with id _2019CSB2000 and password 2019CSB2000.

Each instructor has a role with login id _{Instructor Id} and password Instructor Id. \
For Eg: Instructor with Instructor Id 1 will have role with id _1 and password 1.

Deanoffice has a role with login id deanoffice and password deanoffice.

For details on academic structure and different rules followed while designing this database, refer specifiction.pdf.