Tags / sqlite

sqlite 11 posts

Migrating my Blog to PocketBase

Migrating a blog to PocketBase, detailing the journey through various platforms like Wix, Github Pages, 11ty, Lit, and Obsidian, highlighting the desire for customization and simplification.

2025-01-20 20:08:23.622Z Read post

How to Export SQLite Tables to CREATE Statements

Export SQLite database schema to CREATE statements using Dart, SQLite3, and Mustache templating for code generation.

2025-01-18 20:43:35.986Z Read post

How to do Offline Recommendations with SQLite and Gemini

Learn how to implement offline content recommendations using Gemini for text embeddings and SQLite for vector storage, enabling efficient similarity searches for related content in applications like CMS platforms.

2025-02-10 12:00:00.000Z Read post

How to Build a WebRTC Signal Server with PocketBase

Build a WebRTC signal server using PocketBase, a lightweight backend with SQLite, Server Sent Events, and an easy-to-use admin UI.

2025-01-18 22:32:05.045Z Read post

How to build a graph database with Flutter

Build a graph database in Flutter using SQLite and Drift, ideal for modeling relationships between data in applications like social networks, games, and blogs.

2025-01-18 21:09:38.105Z Read post

How to do Full Text Search with SQLite

Learn how to implement full-text search in SQLite using the fts5 extension by creating virtual tables and keeping the index synchronized with your data.

2025-01-18 20:49:31.481Z Read post

Using SQLite as a Key Value Store

Use SQLite as a key-value store to efficiently manage settings and non-relational data by creating a table, saving, reading, deleting, and searching values using SQL queries.

2025-01-17 06:54:23.265Z Read post

How to store SQLite as NoSQL Store

Store JSON data in SQLite by creating a table with a path, data (as a string), TTL, created, and updated columns, then use INSERT/REPLACE statements to save and retrieve JSON objects.

2025-01-18 06:24:22.553Z Read post

SQLite on the UI Thread

SQLite offers efficient, synchronous database access within the UI thread, enabling fast data retrieval and seamless integration for UI-driven applications, even with large datasets.

2025-01-18 20:38:57.089Z Read post

Offline vector search with SQLite and EmbeddingGemma

Learn to build an offline Retrieval-Augmented Generation (RAG) system using SQLite, embeddings, and Google's Gemma models for browser-based document querying, as demonstrated by Google's Rody Davis.

2025-11-26T00:00:00.000Z Read post

Compile SQLite from source to WASM in Firebase Studio

Learn how to compile SQLite to WASM in Firebase Studio using Nix, web preview, and Gemini for a streamlined development workflow.

2025-05-14T00:00:00.000Z Read post