- basic setup of knexfile.js
- basic setup of table migration and seed
- connecting objection with knex
- basic usage of create table foreign key
- data validation with objection jsonSchema
- easier usage of knex commands as package.json commands
- example how to alter table by adding more columns to a table
- example using 'through' when we work with 3rd table holding the foreign keys between other 2 tables
- example using transactions
- schema validations