GitXplorerGitXplorer
j

conferences-db

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
28d0aed1c0b113c10d34d64a30e4cb0cdadc17a0

Clean files names.

jjonatanklosko committed 5 years ago
Unverified
e9dec55e046a4f573ab9873bc8ef809576c8753e

Update readme.

jjonatanklosko committed 5 years ago
Unverified
65b003ce70bd921774cdebee1e6655642e36838b

Update the docs.

jjonatanklosko committed 5 years ago
Unverified
c055e2f1f154e704735feb83afe5aac46c77024c

Generator update

mmarcinz99 committed 5 years ago
Unverified
d90cca52f2d76e0e7c4ecd9af436d1947408205f

Make cost computation return money instead of int.

jjonatanklosko committed 5 years ago
Unverified
6da15e16e31fb6ad1610de21d7e2f581412f3c0b

Minor fixes.

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.