FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
137 migrations and counting: building a personal OS schema from scratch
How-ToSystems

137 migrations and counting: building a personal OS schema from scratch

via Dev.toVíctor2w ago

title: 137 migrations and counting: building a personal OS schema from scratch published: false description: How a weekend project to save contacts efficiently turned into a 147-table PostgreSQL schema powering a full personal operating system. Lessons, regrets, and a lot of ALTER TABLEs. tags: postgresql, database, architecture, selfhosted cover_image: I started this project on February 18th, 2026. The idea was embarrassingly simple: I wanted a personal assistant that could look up my contacts fast and without burning through tokens. Notes, emails, a diary — the basics. A small Fastify server, a PostgreSQL database, maybe ten tables. Somewhere along the way, I ended up with 137 SQL migrations. This is the story of how a "quick personal cloud" turned into what we now call a sovereign digital operating system — and what the schema evolution looks like when you're building the plane while flying it. Day 1: the schema that fit on a napkin Here's the first migration, 0000_initial_schema.sq

Continue reading on Dev.to

Opens in a new tab

Read Full Article
12 views

Related Articles

What You Need to Know About Building an Outdoor Sauna (2026)
How-To

What You Need to Know About Building an Outdoor Sauna (2026)

Wired • 1d ago

The Boring Skills That Make Developers Unstoppable in 2026
How-To

The Boring Skills That Make Developers Unstoppable in 2026

Medium Programming • 1d ago

I Installed This VS Code Extension… and My Code Got Instantly Better
How-To

I Installed This VS Code Extension… and My Code Got Instantly Better

Medium Programming • 1d ago

The Age of Personalized Software
How-To

The Age of Personalized Software

Medium Programming • 1d ago

Automating Checkout Add-On Recommendations in WordPress for WooCommerce
How-To

Automating Checkout Add-On Recommendations in WordPress for WooCommerce

Dev.to • 1d ago

Discover More Articles