A database project for DB classes, see the docs for detailed Polish documentation.
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
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.