Skip to content
Commit a8bf11d6 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Add support for Foreign Keys to SQLite

SQLite supports Foreign Keys for a while now, so we can make use of them to
enforce consistency on SQLite as well.

Note that SQLite does not support adding foreign keys onto existing tables,
so they all have to be recreated (data are preserved), which may take a
huge amount of time.
parent f74fe23c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment