Articles by Tag #sqlite

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Stop Refreshing Weather Sites: Automate Alerts with Python and Playwright

Learn how to scrape live weather data, store it in SQLite, and receive automatic...

Learn More 5 2Nov 26 '25

Moving from PostgreSQL to SQLite in Django: Handling Locale-Aware Sorting

TL;DR Migrating from PostgreSQL to SQLite in production is now a realistic option — even...

Learn More 5 0Oct 10 '25

Deploy TanStack Start with SQLite to Your Own Server

This guide walks you through deploying a TanStack Start application with SQLite database to your own...

Learn More 33 1Dec 14 '25

I solved the local database problem, so I built a tool

I hit a massive pain point in my day-to-day work—and once I solved it for myself, I couldn’t not...

Learn More 0 3Dec 27 '25

FastAPI, Furious Tests: The Need for Speed

A no-nonsense guide to making your test suite so fast, it'll make The Flash jealous by Shahar...

Learn More 3 0Sep 13 '25

Fixing Claude Code's Concurrent Session Problem: Implementing Memory MCP with SQLite WAL Mode

The Problem Have you ever seen this error while running multiple Claude Code...

Learn More 1 0Jan 1

Quick Snippets — A Small Tool for Big Focus

Built for developers who hate interrupting their flow. Future update here dev-dialect When you're...

Learn More 0 0Dec 1 '25

Choosing the Right Storage Solution

When building a house hunting app in React Native, one of the first architectural decisions you'll...

Learn More 0 0Oct 12 '25

UUID’s in Rails + SQLite shouldn’t be this hard (so I built a gem)

tl;dr — If you just want UUIDs or ULIDs working in your Rails + SQLite app: # Gemfile gem...

Learn More 0 0Dec 22 '25

The Long Echo Toolkit: Preserving Your Digital Life

Three CLI tools for preserving your digital intellectual life: conversations, bookmarks, and books. Built on the same resilient architecture with reading queues, semantic search, and LLM integration.

Learn More 0 0Dec 17 '25

Bringing True SQLite to the Browser with OPFS 🚀

Stop fighting with localStorage limits and complex IndexedDB wrappers. If you need a real relational...

Learn More 0 0Dec 21 '25

Simple Tweaks That Make SQLite Lookup Faster – Part 1

Today I encountered issues with FreeDevTools online (a free, open-source hub where developers can...

Learn More 6 0Dec 3 '25

SQLite Database: A Complete Guide for Developers (Architecture, Internals, and Everything You Must Know)

SQLite is one of the most widely deployed database engines in the world. It powers mobile apps,...

Learn More 1 0Nov 9 '25

Remember to set the frequency for replication to Litestream!

Curious about how I ended up with an invoice nearing $100 for conducting over 20 million Class A...

Learn More 3 2Aug 19 '25

Persisting data in Rust with Heave

As a developer, I often find myself working on small personal projects where I need a quick and easy...

Learn More 2 0Oct 3 '25

Code. Gleam, SQLite and concurrent transactions walked to a bar

Hi! Gleam + SQLite is a nice choice for a side-project. But when this project grows and demands...

Learn More 0 0Oct 4 '25

💾 Why I Chose SQLite for My Startup — The Most Underrated Database You're Probably Ignoring

Why Kinsly's backend runs on SQLite instead of Postgres or MySQL — a practical explanation of how WAL mode, PRAGMAs, and Go integration make SQLite a powerful, underrated choice for startups.

Learn More 2 1Oct 20 '25

Embedded Intelligence: How SQLite-vec Delivers Fast, Local Vector Search for AI.

An experience with SQLite as a vector database Introduction - Embedded Intelligence:...

Learn More 0 0Oct 1 '25

The Zero-Rent Architecture: Designing for the Swartland Farmer

The field is deep in the Swartland, two hours outside of Cape Town. It is 34 degrees Celsius, the air...

Learn More 0 0Dec 31 '25

Quick Rails Tip: Change Database Adapter

The magic command Rails introduced a command a while back that simplifies database adapter...

Learn More 0 0Dec 5 '25

Dev Snippet — A Local-First Markdown Editor That Thinks With You

Free. Offline. No Cloud. No Tracking. Just pure, high-performance knowledge crafting. After nine...

Learn More 0 0Jan 2

Introducing PdfParse: Transform Documents into Structured Databases

Launch announcement for PdfParse - a novel, robust, and affordable platform for extracting structured data from PDFs with automatic data normalization and SQLite database generation.

Learn More 0 0Dec 28 '25

From WAL to WASM - High-Performance Local-First Sync with Postgres & SQLite

The maturation of WebAssembly (WASM) and emerging browser storage primitives have shifted the web...

Learn More 11 0Jan 24

Building High-Performance Time Series on SQLite with Go: UUIDv7, sqlc, and libSQL

A practical, end-to-end guide to implementing production-grade time series on SQLite/libSQL using...

Learn More 0 0Aug 28 '25

How to Create ER Diagrams for SQLite with a Free Tool

If you're working with a SQLite database, one of the best ways to understand how it's built is to...

Learn More 11 1Jul 24 '25

sqlx4k — first stable release of a high-performance, non-blocking DB driver for Kotlin Multiplatform

Hey Kotlin folks! I’m excited to share the first stable release of sqlx4k — a high-performance,...

Learn More 3 0Sep 28 '25

PocketMCP: Running a Local-First MCP Server

I wanted a simple way to make my personal documents searchable and accessible directly from VS Code...

Learn More 0 0Sep 1 '25

YouTube-Video-Manager-with-SQLite3

A simple Python CLI app to manage YouTube video data using SQLite3. Supports adding, listing,...

Learn More 0 0May 15 '25

A Quest to Find the Fastest Search Stack

Recently I was tasked with implementing search in a large eCommerce application. While researching...

Learn More 0 0Jan 21

I built a search engine for $22/month. Here's the stack.

I spent 25 years in IT, including building federal systems that processed millions of loans on...

Learn More 0 0Dec 4 '25