#!/bin/bash

script_path=$(readlink -e "$0")
bin_dir=$(dirname "$script_path")
exec $bin_dir/sqlite3.bin -cmd 'pragma foreign_keys=ON' "$@"
