Skip to content
This repository was archived by the owner on Nov 1, 2018. It is now read-only.
This repository was archived by the owner on Nov 1, 2018. It is now read-only.

Enable pragma statements to be set on the connection #61

@bricelam

Description

@bricelam

We should enable certain pragma statements to be set on the connection object then, every time we open the connection, we should issue them as commands.

Here are a few interesting ones that ZSS recommends be set by default.

PRAGMA foreign_keys = ON;
PRAGMA recursive_triggers = ON;
PRAGMA journal_mode = WAL;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions