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
Updated 3/16/2026
Stars
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
Usage

Once installed, you can use this skill by running the following command in your terminal:

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