Skip to content

Instantly share code, notes, and snippets.

@l-dfa
l-dfa / sqlite_fts.py
Last active August 31, 2018 16:34
VERY BASIC: how manage sqlite3 using python AND do Full Text Search on it
# sqlite_fts.py
# VERY BASIC: how manage sqlite3 using python AND do Full Text Search on it
#
# author: luciano de falco alfano
# license CC BY-SA 4.0: https://creativecommons.org/licenses/by-sa/4.0/
# date: 2018.08.31
#
# overall logic:
# - main() open DB and execute an infinite loop to process user commands
# - cmd_exe() execute user command: