Skip to content

Leverage Astro DB and SQLite's FTS5 to perform full-text search queries within an Astro project.

Notifications You must be signed in to change notification settings

penrodlol/full-text-search-with-astro-db

Repository files navigation

Full Text Search with Astro DB

This demo project showcases a full-text search solution using Astro DB and SQLite's FTS5 virtual table module.

It provides a batteries-included solution for searching a collection of blog posts using:

It also offers solutions for seeding both local and production databases.

For more information, check out my blog post on the topic at christianpenrod.com.


Full Text Search with Astro DB


Getting Started

  1. Install dependencies:
    pnpm install
  2. Start the development server:
     pnpm dev
  3. Open the browser and navigate to http://localhost:4321.

About

Leverage Astro DB and SQLite's FTS5 to perform full-text search queries within an Astro project.

Topics

Resources

Stars

Watchers

Forks