sqlite-utils/sqlite_utils
Simon Willison f8d3b7cfe5 sqlite-utils add-foreign-key books.db books author_id authors id
Command for adding foreign keys to existing tables. Closes #2
2019-02-24 13:33:45 -08:00
..
__init__.py Now you just 'from sqlite_utils import Database' 2018-07-30 20:30:23 -07:00
cli.py sqlite-utils add-foreign-key books.db books author_id authors id 2019-02-24 13:33:45 -08:00
db.py table.add_foreign_key(column, other_table, other_column) 2019-02-24 13:10:51 -08:00