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

https://github.com/ryansakurai/hotel-system-database

Project involving a hotel system for a Database Systems class.
https://github.com/ryansakurai/hotel-system-database

database postgresql sql

Last synced: over 1 year ago
JSON representation

Project involving a hotel system for a Database Systems class.

Awesome Lists containing this project

README

          

# Database Systems Project

This is a database for a system of hotels I projected for a university group project, using PostgreSQL. It involved:
- creating relational schema;
- creating queries;
- analyzing queries' execution through EXPLAIN ANALYZE;
- trying to optimize the queries;
- populating the database;
- avoiding SQLi;
- implementing user access control.

## Organization

- Table, trigger and index creation can be found at [script.sql](script.sql)
- Role creation and grants can be found at [security.sql](security.sql)
- Queries and equivalent procedures can be found at [queries.sql](queries.sql)

## Authors

- [Ryan Sakurai](https://github.com/ryansakurai)
- [Vinicius Castro](https://github.com/vinciuscastro)

*(Computer Science students at UFSCar - Federal University of São Carlos)*