Sqlite - Enable Sqlite foreign keys. Note: This is to be done after connecting to db.
PRAGMA foreign_keys = ON;