SQLITE

Print pretty tables:

.mode table
.headers on

Enforce foreign key support:

PRAGMA foreign_keys = ON;