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.

ECNU-ICALK
maintainer
ECNU-ICALK
Actualizado 3/16/2026
Estrellas
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.

Instalación
$ install --globalskills.sh
Uso

Después de instalarlo, puedes usar este skill ejecutando el siguiente comando en tu terminal:

skills use sqlite-fts5-full-text-search-implementation