GitXplorerGitXplorer
j

conferences-db

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
f990c20bea242d0111dcd800d47e4fb29d4b6584

Add workshop interests summary view.

jjonatanklosko committed 5 years ago
Unverified
2b1d3353252b7be40efb2ef0dc8613b4526f3b82

Update docs. Add PDF build.

jjonatanklosko committed 5 years ago
Unverified
44c50f2d504013f1b571a8d03da7986e3fe16693

Add suggested roles to the documentation.

jjonatanklosko committed 5 years ago
Unverified
01f3edec190973427e50db51e578a7623483172b

Generator: initial cleaning up and reseeding

mmarcinz99 committed 5 years ago
Unverified
4c31bd35dd2ba222036893e91ff09f6c8265d1ae

Document indices.

jjonatanklosko committed 5 years ago
Unverified
96ddd33a78930733e5c750928d93ffc6ddf2037d

Add more indices.

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.