10:04
SQLite for beginners: Full Text Search
SQLite has an extension called FTS5, which provides full text search capabilities to your SQLite database. So, how do you use the ...
57:21
February 2025: SQLite full text search
Central Iowa Linux Users Group
Thank you to Jordan Cook for presenting.
4:30
SQLite and its weird new fork “libSQL”
Need users? Check out Clerk's awesome solution https://go.clerk.com/7iX010I Take a first look at a SQLite fork growing in ...
10:20
SQLite FTS5: How Full-Text Search Actually Works (Inverted Index + BM25)
10000 markdown notes. You search "postgres backup". grep takes ~400 ms and hands back 40 files in the order they happen to ...
2:37
Search 3.5M Patents at Speed with SQLite FTS5
Searching 3.54 million patent records, which was impractical with SQLite's LIKE search, is solved with FTS5 full-text search.
11:06
This SQLite Fork is SO GOOD (and it’s open source)
Write code, manage infrastructure, deploy, and more – all in GoLand: https://jb.gg/tnhf2z @JetBrainsTV --- libSQL is an open ...
9:22
Check out Sevalla and get $50 free credits - https://bit.ly/4nNUcJe A quick look at SQLite. Topics: - SQLite overview ...
2:03
How to Use SQLite FTS5 Triggers to Properly Index Your Data
Learn how to efficiently index only the latest revisions of your pages in SQLite using FTS5 triggers, avoiding duplicates and ...
4:28
Search Case Law PDFs with RAG — Gemini + SQLite FTS5 Legal AI
This article explains how to build a legal AI search system that converts court case law PDFs into text, achieves full-text search ...
3:50
SQLite vs PostgreSQL Performance & Comparison (2026)
PostgreSQL vs SQLite Speed Performance Benchmark. Mentorship/On-the-Job Support/Consulting - me@antonputra.com ...
18:21
5 SQLite Features You Never Knew About!
Grab the demo code for FREE: https://gui-ferreira.kit.com/150922de37 ⏲️ CHAPTERS 00:00 Intro 00:06 Attach 06:09 Insert ...
8:44
The Search Engine Hiding Inside SQLite (Goodbye Elasticsearch)
Why are developers paying thousands for Elasticsearch JVM clusters when a full-text BM25 search engine has been compiled ...
2:14
Search NITE CHRIP Data with FTS5 — Chemical Regulation Dashboard
This article explains the method for building a dashboard that indexes data from the Chemical Substance Risk Information ...
8:13
SQLite FTS5 BM25 Search in Python: Build a Zero-Server Search Engine
Professor Py: Information Retrieval with Python
SQLite FTS5 + BM25: build a file-backed Python search engine with relevance scoring, snippets, and simple filters. Learn a ...
24:50
FtS 18-05: New Evidence of Destabilization in Venezuela
FtS 18.30: *Venezuela presents new evidence of links between opposition groups, U.S. and Colombia to destabilize the ...
6:32
Replace Your Vector Database With One SQLite File?
Your AI app may not need a separate vector database. For many local-first developer tools, SQLite can combine source text, ...
0:37
Snipvault — Every snippet you've ever written, searchable in one place. Pay once.
One Time Suite - Pay Once Software
Self-hosted snippet manager — FTS5 search, share links, raw/embed endpoints, Gist import. Learn more: ...
1:52:20
Planning a Full-Stack Search App with SQLite + AI | Part 1
Today I planned a private, searchable database for more than two years of YouTube live stream transcripts. The goal is to find the ...
8:01
SQLite FTS5 External Content in Python: Keep the Index in Sync
Professor Py: Information Retrieval with Python
External-content FTS5 indexes can look healthy but return stale rows — learn how to synchronize SQLite FTS5 with Python ...