GitXplorerGitXplorer
j

conferences-db

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
c08519ff5367683e55ef475cd08254df3938fc3d

Add a procedure for cancelling bookings not paid on time.

jjonatanklosko committed 5 years ago
Unverified
2795dacff71daffca5ffde7710987f8e78739f45

Update the docs.

jjonatanklosko committed 5 years ago
Unverified
e05e0ab836d91e2081c7c2bf9aef88ce139b52d3

Clean up semicolons.

jjonatanklosko committed 5 years ago
Unverified
ed46f923a9e0330d84688fb83a485c887da13148

Fix semicolons and stuff.

jjonatanklosko committed 5 years ago
Unverified
cb373bc7fe653439cdb0be4e163fff17eed95795

Update the documentation.

jjonatanklosko committed 5 years ago
Unverified
9f967fbeca47ae288f43ec166f5cffc15a692911

Add trigger validating that attendee cannot enroll two overlapping workshops.

jjonatanklosko committed 5 years ago

README

The README file for this repository.

conferences-db

A database project for DB classes, see the docs for detailed Polish documentation.

Execution

Files ordered in the way they should be executed:

  • src/schema.sql - the database schema
  • src/indices.sql - additional indices boosting query performance
  • src/functions.sql
  • src/views.sql
  • src/procedures.sql
  • src/triggers.sql

Example data

The project includes sample data generator (under src/generator). To make things simple the repository includes an SQL file created by the generator, so you can just execute src/generator/sample_data.sql to fill the database.