Search Articles

Search Results: SQLite

Reg: Reimagining Docker Registries with SQLite-Powered Metadata

Reg: Reimagining Docker Registries with SQLite-Powered Metadata

Traditional Docker registries suffer from inefficient querying capabilities due to their reliance on object storage for metadata. A new open-source solution called Reg introduces SQLite for metadata management, enabling powerful SQL queries while maintaining S3 compatibility. This hybrid approach promises faster insights into container repositories without sacrificing scalability.

Developer Chronicles: Building a GitHub-Integrated Task Manager with NextJS and Go

A developer documents their journey creating a custom task management app using NextJS for the frontend and Go for the backend, emphasizing GitHub integration and SQLite database design. The project prioritizes extensibility for future mobile apps and workflow optimization, offering insights into architectural trade-offs.

SQLite 3.51.0 Unveils JSONB, Performance Tweaks, and New Compile‑Time Features

SQLite’s 3.51.0 update introduces JSONB‑aware functions, a suite of new macros, and performance‑oriented changes that cut CPU cycles and improve checkpointing. Developers can now enable carray and percentile extensions at compile time, use 64‑bit WASM builds, and benefit from stricter typing and enhanced error messages.
AgentFS: The SQLite-Powered Revolution in AI Agent State Management

AgentFS: The SQLite-Powered Revolution in AI Agent State Management

AgentFS SDK introduces a groundbreaking approach to managing AI agent state by combining the simplicity of a filesystem with the power of SQLite. This unified solution provides developers with unprecedented observability, portability, and auditability for autonomous systems.
Taming SQLite Concurrency: How Jellyfin Engineered Locking Strategies for Stability

Taming SQLite Concurrency: How Jellyfin Engineered Locking Strategies for Stability

Jellyfin reveals its battle-tested framework for solving elusive SQLite locking errors that plagued its media server. Discover how EF Core interceptors enable three distinct concurrency strategies—from optimistic retries to pessimistic locks—offering developers a blueprint for resilient database operations.

SQLite Online AiDE: The Evolution of a Browser-Based Database Powerhouse

SQLite Online AiDE has transformed from a simple SQLite playground into a full-featured, browser-based database IDE supporting multiple engines like PostgreSQL, DuckDB, and cloud collaboration. With its latest WebAssembly-powered architecture and AI-assisted development features, this tool redefines what's possible for database experimentation directly in the browser.