<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Database on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/database/</link><description>Recent content in Database on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 22 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/database/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 1: Decoding SpaceTimeDB: Concepts and Architecture</title><link>https://ai-blog.noorshomelab.dev/spacetime-db-guide-2026/chapter-1-decoding-spacetime-db/</link><pubDate>Sat, 14 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/spacetime-db-guide-2026/chapter-1-decoding-spacetime-db/</guid><description>&lt;p&gt;Welcome, aspiring real-time architect, to the exciting world of SpaceTimeDB!&lt;/p&gt;
&lt;p&gt;In this first chapter of our comprehensive guide, we&amp;rsquo;re going to embark on a journey to demystify SpaceTimeDB. You&amp;rsquo;ll discover what makes it a game-changer for building real-time, collaborative, and multiplayer applications. We&amp;rsquo;ll explore its fundamental concepts, understand the unique architectural problems it solves, and get our hands dirty with the initial setup.&lt;/p&gt;
&lt;p&gt;By the end of this chapter, you&amp;rsquo;ll have a solid grasp of:&lt;/p&gt;</description></item><item><title>Integrating a Database Service (PostgreSQL)</title><link>https://ai-blog.noorshomelab.dev/docker-compose-prod-stack-2026/integrating-database-service/</link><pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/docker-compose-prod-stack-2026/integrating-database-service/</guid><description>&lt;p&gt;Modern applications demand robust data storage. In this chapter, we&amp;rsquo;ll integrate a PostgreSQL database into our Docker Compose stack, transforming our simple web application into a dynamic system capable of storing and retrieving information persistently. By the end, you&amp;rsquo;ll have a fully containerized, multi-service application with a reliable database backend, a cornerstone for any production system.&lt;/p&gt;
&lt;h3 id="project-overview-adding-persistent-data"&gt;Project Overview: Adding Persistent Data&lt;/h3&gt;
&lt;p&gt;Our overall project aims to build a production-ready multi-service application using Docker Compose. Until now, our web application has been stateless. This chapter introduces a stateful component: a PostgreSQL database. This allows our application to manage user accounts, store content, or maintain any dynamic state required for its functionality. We will focus on ensuring the database&amp;rsquo;s data persists across container restarts and updates, a critical aspect for production environments.&lt;/p&gt;</description></item><item><title>Valkey Launch: Latest Updates &amp;amp; News Digest</title><link>https://ai-blog.noorshomelab.dev/news/valkey-launch-updates/</link><pubDate>Mon, 06 Apr 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/news/valkey-launch-updates/</guid><description>&lt;h2 id="tldr"&gt;TL;DR&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Valkey has officially launched&lt;/strong&gt; as a new open-source fork of the popular Redis in-memory data store, operating under the Linux Foundation.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Motivation:&lt;/strong&gt; The primary driver is to ensure a truly community-governed and genuinely open-source alternative, following recent licensing changes to Redis.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Governance:&lt;/strong&gt; Valkey adopts an open governance model, community-driven, and benefits from the involvement of many former Redis maintainers.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Backing:&lt;/strong&gt; Supported by the Linux Foundation and major industry players like Amazon (AWS), providing significant resources and stability.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Implications:&lt;/strong&gt; Developers currently using Redis now have a robust, community-backed open-source option to consider for new projects or as an alternative for existing deployments, emphasizing long-term open-source commitment.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="whats-new"&gt;What&amp;rsquo;s New&lt;/h2&gt;
&lt;h3 id="feature-1-true-community-governance-under-linux-foundation"&gt;Feature 1: True Community Governance Under Linux Foundation&lt;/h3&gt;
&lt;p&gt;Valkey is founded on an open governance model, placing control and direction firmly in the hands of its community. This structure, overseen by the Linux Foundation, ensures that the project remains community-driven and transparent, free from single-vendor control. This commitment is a core differentiator, aiming to prevent future shifts away from an open-source philosophy.&lt;/p&gt;</description></item><item><title>Stoolap vs. SQLite: Complete Technical Comparison 2026</title><link>https://ai-blog.noorshomelab.dev/comparisons/stoolap-vs-sqlite-comparison/</link><pubDate>Thu, 19 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/comparisons/stoolap-vs-sqlite-comparison/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;In the rapidly evolving landscape of embedded databases, developers are constantly seeking solutions that offer the right balance of performance, flexibility, and ease of use. This deep technical comparison, current as of March 19, 2026, pits two prominent contenders against each other: the established and ubiquitous &lt;strong&gt;SQLite&lt;/strong&gt; and the newer, high-performance challenger, &lt;strong&gt;Stoolap&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;SQLite has long been the de-facto standard for embedded, serverless databases, prized for its simplicity, reliability, and compact footprint. However, with modern application demands pushing the boundaries of what embedded databases can achieve, new solutions like Stoolap, built with Rust, are emerging to address high-performance transactional and analytical workloads directly within applications.&lt;/p&gt;</description></item><item><title>Comprehensive Guide to SpacetimeDB</title><link>https://ai-blog.noorshomelab.dev/spacetime-db-guide-2026/</link><pubDate>Sat, 14 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/spacetime-db-guide-2026/</guid><description>&lt;p&gt;Welcome to the SpacetimeDB Guide! This collection of chapters provides a comprehensive overview of SpacetimeDB, from foundational concepts to practical implementation. Discover how to leverage this innovative decentralized database for your next project.&lt;/p&gt;</description></item><item><title>A Beginner&amp;#39;s Guide to Prisma ORM</title><link>https://ai-blog.noorshomelab.dev/guides/prisma/</link><pubDate>Mon, 11 Aug 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/guides/prisma/</guid><description>&lt;h1 id="a-beginners-guide-to-prisma-orm"&gt;A Beginner&amp;rsquo;s Guide to Prisma ORM&lt;/h1&gt;
&lt;p&gt;Welcome to this comprehensive guide on Prisma ORM! If you&amp;rsquo;re new to backend development or struggling with traditional ways of interacting with databases, you&amp;rsquo;ve come to the right place. Prisma offers a modern, type-safe, and intuitive approach to database management, making it an excellent choice for both beginners and experienced developers.&lt;/p&gt;
&lt;p&gt;This document is structured as a textbook, guiding you from the absolute basics of Prisma to more advanced topics, complete with practical examples, exercises, and guided projects. By the end, you&amp;rsquo;ll have a solid understanding of Prisma and the skills to apply it effectively in your own applications.&lt;/p&gt;</description></item></channel></rss>