mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
New mechanism for adding foreign key constraints to an existing SQLite table. SQLite ALTER TABLE does not support this out-of-the-box, so I instead had to write some careful code that uses PRAGMA writable_schema = 1 to directly modify the sqlite_master table. Refs #2 |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| changelog.rst | ||
| cli.rst | ||
| conf.py | ||
| index.rst | ||
| Makefile | ||
| python-api.rst | ||