sqlite-utils/sqlite_utils
Amjith Ramanujam 405e092d59 Option to add triggers when enabling FTS (#57)
--create-triggers CLI option and create_triggers=True in the Python library

* Add an option to create triggers for fts table.
* Add cli option for the create-update-trigger.
* Add tests for the create-update-trigger option.
* Change FTS table escaping to square brackets.
2019-09-02 16:42:28 -07:00
..
__init__.py Now you just 'from sqlite_utils import Database' 2018-07-30 20:30:23 -07:00
cli.py Option to add triggers when enabling FTS (#57) 2019-09-02 16:42:28 -07:00
db.py Option to add triggers when enabling FTS (#57) 2019-09-02 16:42:28 -07:00
utils.py Added table.update(pk, ..., alter=True) 2019-07-28 17:51:49 +03:00