Tags / sqlite

sqlite 18 posts

Migrating my Blog to PocketBase

The author details a multi-stage process of migrating their personal blog across various technologies—including Wix, Jekyll, 11ty, and web components—before moving to Obsidian.

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

How to do Offline Recommendations with SQLite and Gemini

Learn how to implement offline content recommendations by using Gemini to generate text embeddings and storing/querying them efficiently within a local SQLite database.

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

How to Export SQLite Tables to CREATE Statements

A guide using Flutter and Dart to programmatically export all tables and indexes from a SQLite database into runnable SQL CREATE statements.

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

How to Build a WebRTC Signal Server with PocketBase

This guide details how to construct a WebRTC signal server using PocketBase, demonstrating real-time communication capabilities powered by SQLite and Server-Sent Events (SSE).

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

How to build a graph database with Flutter

Learn how to build and implement a graph database within a Flutter application for effectively modeling and managing complex data relationships.

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

How to do Full Text Search with SQLite

SQLite enables advanced full-text search (FTS) functionality through the fts5 extension and virtual tables, allowing users to efficiently query large datasets using the `MATCH` keyword.

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

Using SQLite as a Key Value Store

Learn how to create and manage a robust key-value store in SQLite using standard SQL commands to perform operations like inserting, retrieving, updating, and deleting data pairs.

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

How to store SQLite as NoSQL Store

SQLite can function as a NoSQL store by utilizing its JSON support (including JSONB) to store schema-less JSON documents in a structured table.

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

SQLite on the UI Thread

SQLite, when used correctly for UI-driven applications, can provide extremely fast and seamless data access, often outperforming asynchronous approaches and enabling high performance even with massive datasets.

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

Flutter State Management and Dart Nullability feat. Simon Lightfoot

Expert Simon Lightfoot discusses advanced Flutter topics, including state management and Dart nullability.

2023-11-28T00:00:00.000Z Read post

Flutter Testing and AppStore Rejection

This discussion explores comprehensive best practices for Flutter testing, covering unit tests, mocking, state management, code coverage, crash logging, and navigating AppStore rejection hurdles.

2023-11-07T00:00:00.000Z Read post

Building a DND Agent with ADK, Antigravity, and Gemini 3

Demonstrates the creation of a complex, rule-grounded Dungeons & Dragons campaign agent using the Agent Development Kit (ADK), specialized agent roles, and advanced grounding techniques with Gemini 3.

2025-12-04T00:00:00.000Z Read post

Building with Antigravity, Gemini CLI, and Stitch

This tech podcast compares advanced AI development tools like Gemini CLI and Anti-Gravity, discusses modernizing infrastructure with K3s and home labs, and showcases workflows using NotebookLM and Stitch for context engineering and generative UI.

2026-01-26T00:00:00.000Z Read post

Offline vector search with SQLite and EmbeddingGemma

Learn how to build an offline Retrieval-Augmented Generation (RAG) system that uses SQLite and EmbeddingGemma to query and embed documents entirely in the browser, even without internet connectivity.

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

How to build with Flutter and Google Antigravity

The guide demonstrates using Google Antigravity with Flutter to build applications by generating detailed implementation plans and executing complex coding tasks autonomously.

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

Scaling vision transformers, Compose Pager, and more dev news!

The Google Developer News Show features updates on scaling vision transformers, optimizing Compose Pager, exploring WebAssembly advancements, and other cutting-edge developer news from Google.

2023-04-10T00:00:00.000Z Read post

IDX & Flutter by Rody Davis, Senior Developer Advocate - Google

Rody Davis discusses how IDX and Flutter integrate for enhanced development, covering topics from local vs. remote environments to practical use cases.

2024-10-29T00:00:00.000Z Read post

Compile SQLite from source to WASM in Firebase Studio

A step-by-step tutorial on using Firebase Studio, Nix, and Gemini to clone code, manage dependencies, and compile SQLite from source to WebAssembly (WASM).

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