home/categories/sql-databases/ecnu-icalk-autoskill-skillbank-convskill-english-gpt4-8-sqlite-fts5-full-text-search-implementation-skill-md
sql-databasesdatabases
sqlite-fts5-full-text-search-implementation
Implement full-text search using SQLite's FTS5 extension with SQLAlchemy. This includes creating a virtual FTS table, synchronizing data between standard tables and the FTS index, and executing raw SQL queries for search operations.
maintainer
ECNU-ICALK
Mis à jour 3/16/2026
Étoiles
304
Forks
34
quick start
Installation and usage
Implement full-text search using SQLite's FTS5 extension with SQLAlchemy. This includes creating a virtual FTS table, synchronizing data between standard tables and the FTS index, and executing raw SQL queries for search operations.
Installation
$ install --globalskills.sh
Utilisation
Après l'installation, vous pouvez utiliser ce skill en exécutant la commande suivante dans votre terminal :
skills use sqlite-fts5-full-text-search-implementation